Searched refs:IL_WARN (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/iwlegacy/ |
D | common.c | 1542 IL_WARN("Request scan called when driver not ready.\n"); in il_scan_initiate() 1910 IL_WARN("Invalid MIMO PS mode %d\n", sta->smps_mode); in il_set_ht_add_station() 3151 IL_WARN("Not sending command - %s KILL\n", in il_enqueue_hcmd() 3710 IL_WARN("check 2.4G: wrong narrow\n"); in il_check_rxon_cmd() 3714 IL_WARN("check 2.4G: wrong radar\n"); in il_check_rxon_cmd() 3719 IL_WARN("check 5.2G: not short slot!\n"); in il_check_rxon_cmd() 3723 IL_WARN("check 5.2G: CCK!\n"); in il_check_rxon_cmd() 3728 IL_WARN("mac/bssid mcast!\n"); in il_check_rxon_cmd() 3735 IL_WARN("neither 1 nor 6 are basic\n"); in il_check_rxon_cmd() 3740 IL_WARN("aid > 2007\n"); in il_check_rxon_cmd() [all …]
|
D | 3945-mac.c | 278 IL_WARN("%d frames still in use. Did we lose one?\n", in il3945_clear_free_frames() 771 IL_WARN("uCode did not respond OK.\n"); in il3945_hdl_alive() 812 IL_WARN("Card state received: HW:%s SW:%s\n", in il3945_hdl_card_state() 1281 IL_WARN("Claim null rxb?\n"); in il3945_rx_handle() 1529 IL_WARN("Disabled INTA bits 0x%08x were pending\n", in il3945_irq_tasklet() 1531 IL_WARN(" with inta_fh = 0x%08x\n", inta_fh); in il3945_irq_tasklet() 2381 IL_WARN("Exit pending; will not bring the NIC up\n"); in __il3945_up() 2629 IL_WARN("Invalid scan band\n"); in il3945_request_scan() 2749 IL_WARN("C_RXON_TIMING failed - " "Attempting to continue.\n"); in il3945_post_associate() 2915 IL_WARN("C_RXON_TIMING failed - " in il3945_config_ap() [all …]
|
D | 4965-mac.c | 963 IL_WARN("Invalid scan band\n"); in il4965_request_scan() 2177 IL_WARN("queue number out of range: %d, must be %d to %d\n", in il4965_txq_agg_enable() 2305 IL_WARN("queue number out of range: %d, must be %d to %d\n", in il4965_txq_agg_disable() 2368 IL_WARN("Stopping AGG while state not ON or starting\n"); in il4965_tx_agg_stop() 3455 IL_WARN("Removing wrong key %d 0x%x\n", keyconf->keyidx, in il4965_remove_dynamic_key() 3718 IL_WARN("%d frames still in use. Did we lose one?\n", in il4965_clear_free_frames() 3794 IL_WARN("Unable to find TIM Element in beacon\n"); in il4965_set_beacon_tim() 4061 IL_WARN("uCode did not respond OK.\n"); in il4965_hdl_alive() 4306 IL_WARN("Claim null rxb?\n"); in il4965_rx_handle() 4449 IL_WARN("RF_KILL bit toggled to %s.\n", in il4965_irq_tasklet() [all …]
|
D | 4965.c | 1223 IL_WARN("txpower idx %d > 107\n", power_idx); in il4965_fill_txpower_tbl() 1227 IL_WARN("txpower idx %d < 0\n", power_idx); in il4965_fill_txpower_tbl() 1765 IL_WARN("RXON timing - " "Attempting to continue.\n"); in il4965_post_associate() 1840 IL_WARN("RXON timing failed - " in il4965_config_ap()
|
D | 3945.c | 2005 IL_WARN("Error: saturation power is %d, " in il3945_hw_reg_init_channel_groups()
|
D | common.h | 47 #define IL_WARN(f, a...) dev_warn(&il->pci_dev->dev, f, ## a) macro
|