Home
last modified time | relevance | path

Searched refs:IPW_DEBUG_SCAN (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c2324 IPW_DEBUG_SCAN("Scan completion watchdog resetting " in ipw_scan_check()
2329 IPW_DEBUG_SCAN("Scan completion watchdog aborting scan " in ipw_scan_check()
3867 IPW_DEBUG_SCAN("Adding AdHoc station: %pM\n", bssid); in ipw_add_station()
4686 IPW_DEBUG_SCAN("Scan result for channel %d\n", in ipw_rx_notification()
4689 IPW_DEBUG_SCAN("Scan result of wrong size %d " in ipw_rx_notification()
4699 IPW_DEBUG_SCAN in ipw_rx_notification()
5311 IPW_DEBUG_SCAN("Adding masked mandatory " in ipw_compatible_rates()
5319 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n", in ipw_compatible_rates()
5333 IPW_DEBUG_SCAN("Adding masked mandatory " in ipw_compatible_rates()
5341 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n", in ipw_compatible_rates()
[all …]
H A Dipw2100.h101 #define IPW_DEBUG_SCAN(f...) IPW_DEBUG(IPW_DL_SCAN, ## f) macro
H A Dipw2100.c1619 IPW_DEBUG_SCAN("setting scan options\n"); in ipw2100_set_scan_options()
1658 IPW_DEBUG_SCAN("Scan requested while already in scan...\n"); in ipw2100_start_scan()
1669 IPW_DEBUG_SCAN("starting scan\n"); in ipw2100_start_scan()
2161 IPW_DEBUG_SCAN("scan complete\n"); in isr_scan_complete()
2193 IPW_DEBUG_SCAN("Scanning...\n"); in isr_indicate_scanning()
H A Dipw2200.h1456 #define IPW_DEBUG_SCAN(f, a...) IPW_DEBUG(IPW_DL_SCAN, f, ## a) macro