summaryrefslogtreecommitdiff
path: root/iwinfo_wext.c
diff options
context:
space:
mode:
Diffstat (limited to 'iwinfo_wext.c')
-rw-r--r--iwinfo_wext.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/iwinfo_wext.c b/iwinfo_wext.c
index 73ba650..ee02f3a 100644
--- a/iwinfo_wext.c
+++ b/iwinfo_wext.c
@@ -32,8 +32,6 @@ static double wext_freq2float(const struct iw_freq *in)
static inline int wext_freq2mhz(const struct iw_freq *in)
{
- int i;
-
if( in->e == 6 )
{
return in->m;