libiwinfo: remove unused variable
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Oct 2010 06:45:41 +0000 (06:45 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Oct 2010 06:45:41 +0000 (06:45 +0000)
contrib/package/iwinfo/src/iwinfo_nl80211.c

index fe099fc..ff30e0e 100644 (file)
@@ -1138,7 +1138,7 @@ static void nl80211_get_scancrypto(const char *spec,
 
 int nl80211_get_scanlist(const char *ifname, char *buf, int *len)
 {
 
 int nl80211_get_scanlist(const char *ifname, char *buf, int *len)
 {
-       int freq, rssi, qmax, count, is_tmp = 0;
+       int freq, rssi, qmax, count;
        char *res;
        char cmd[256];
        char ssid[128] = { 0 };
        char *res;
        char cmd[256];
        char ssid[128] = { 0 };