kernel/drivers/net/wireless/intersil/hostap/hostap_ioctl.c
.. .. @@ -1955,7 +1955,7 @@ 1955 1955 char *buffer, int buflen) 1956 1956 { 1957 1957 struct hfa384x_hostscan_result *scan; 1958 - int entry, hostscan;1958 + int entry;1959 1959 char *current_ev = buffer; 1960 1960 char *end_buf = buffer + buflen; 1961 1961 struct list_head *ptr; .. .. @@ -1968,7 +1968,6 @@ 1968 1968 bss->included = 0; 1969 1969 } 1970 1970 1971 - hostscan = local->last_scan_type == PRISM2_HOSTSCAN;1972 1971 for (entry = 0; entry < local->last_scan_results_count; entry++) { 1973 1972 int found = 0; 1974 1973 scan = &local->last_scan_results[entry];