Searched refs:IPW_DEBUG_INFO (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2100.c | 619 IPW_DEBUG_INFO("wrong size\n"); in ipw2100_set_ordinal() 633 IPW_DEBUG_INFO("wrong table\n"); in ipw2100_set_ordinal() 707 IPW_DEBUG_INFO("%s: Scheduling firmware restart (%ds).\n", in schedule_reset() 723 IPW_DEBUG_INFO("%s: Firmware restart already in progress.\n", in schedule_reset() 746 IPW_DEBUG_INFO in ipw2100_hw_send_command() 753 IPW_DEBUG_INFO in ipw2100_hw_send_command() 760 IPW_DEBUG_INFO in ipw2100_hw_send_command() 767 IPW_DEBUG_INFO("no available msg buffers\n"); in ipw2100_hw_send_command() 814 IPW_DEBUG_INFO("Command completion failed out after %dms.\n", in ipw2100_hw_send_command() 902 IPW_DEBUG_INFO("Query of CARD_DISABLED ordinal " in ipw2100_wait_for_card_state() [all …]
|
D | ipw2200.c | 1167 IPW_DEBUG_INFO("Unknown NIC type from EEPROM: %d\n", in ipw_led_init() 1465 IPW_DEBUG_INFO("Setting rtap filter to " BIT_FMT16 "\n", in store_rtap_filter() 1502 IPW_DEBUG_INFO("enter\n"); in store_scan_age() 1515 IPW_DEBUG_INFO("%s: user supplied invalid value.\n", dev->name); in store_scan_age() 1518 IPW_DEBUG_INFO("set scan_age = %u\n", priv->ieee->scan_age); in store_scan_age() 1521 IPW_DEBUG_INFO("exit\n"); in store_scan_age() 1539 IPW_DEBUG_INFO("enter\n"); in store_led() 1554 IPW_DEBUG_INFO("exit\n"); in store_led() 2336 IPW_DEBUG_INFO("%s: Setting MAC to %pM\n", in ipw_send_adapter_address() 2738 IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n"); in ipw_eeprom_init_sram() [all …]
|
D | ipw2100.h | 113 #define IPW_DEBUG_INFO(f...) IPW_DEBUG(IPW_DL_INFO, ## f) macro
|
D | ipw2200.h | 1474 #define IPW_DEBUG_INFO(f, a...) IPW_DEBUG(IPW_DL_INFO, f, ## a) macro
|