Searched refs:IL_WARN (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 1527 IL_WARN("Request scan called when driver not ready.\n"); in il_scan_initiate() 1894 IL_WARN("Invalid MIMO PS mode %d\n", sta->deflink.smps_mode); in il_set_ht_add_station() 3142 IL_WARN("Not sending command - %s KILL\n", in il_enqueue_hcmd() 3705 IL_WARN("check 2.4G: wrong narrow\n"); in il_check_rxon_cmd() 3709 IL_WARN("check 2.4G: wrong radar\n"); in il_check_rxon_cmd() 3714 IL_WARN("check 5.2G: not short slot!\n"); in il_check_rxon_cmd() 3718 IL_WARN("check 5.2G: CCK!\n"); in il_check_rxon_cmd() 3723 IL_WARN("mac/bssid mcast!\n"); in il_check_rxon_cmd() 3730 IL_WARN("neither 1 nor 6 are basic\n"); in il_check_rxon_cmd() 3735 IL_WARN("aid > 2007\n"); in il_check_rxon_cmd() [all …]
|
H A D | 3945-mac.c | 260 IL_WARN("%d frames still in use. Did we lose one?\n", in il3945_clear_free_frames() 746 IL_WARN("uCode did not respond OK.\n"); in il3945_hdl_alive() 785 IL_WARN("Card state received: HW:%s SW:%s\n", in il3945_hdl_card_state() 1248 IL_WARN("Claim null rxb?\n"); in il3945_rx_handle() 1496 IL_WARN("Disabled INTA bits 0x%08x were pending\n", in il3945_irq_tasklet() 1498 IL_WARN(" with inta_fh = 0x%08x\n", inta_fh); in il3945_irq_tasklet() 2346 IL_WARN("Exit pending; will not bring the NIC up\n"); in __il3945_up() 2594 IL_WARN("Invalid scan band\n"); in il3945_request_scan() 2711 IL_WARN("C_RXON_TIMING failed - " "Attempting to continue.\n"); in il3945_post_associate() 2877 IL_WARN("C_RXON_TIMING failed - " in il3945_config_ap() [all …]
|
H A D | 4965-mac.c | 951 IL_WARN("Invalid scan band\n"); in il4965_request_scan() 2157 IL_WARN("queue number out of range: %d, must be %d to %d\n", in il4965_txq_agg_enable() 2285 IL_WARN("queue number out of range: %d, must be %d to %d\n", in il4965_txq_agg_disable() 2348 IL_WARN("Stopping AGG while state not ON or starting\n"); in il4965_tx_agg_stop() 3434 IL_WARN("Removing wrong key %d 0x%x\n", keyconf->keyidx, in il4965_remove_dynamic_key() 3697 IL_WARN("%d frames still in use. Did we lose one?\n", in il4965_clear_free_frames() 3773 IL_WARN("Unable to find TIM Element in beacon\n"); in il4965_set_beacon_tim() 4038 IL_WARN("uCode did not respond OK.\n"); in il4965_hdl_alive() 4277 IL_WARN("Claim null rxb?\n"); in il4965_rx_handle() 4420 IL_WARN("RF_KILL bit toggled to %s.\n", in il4965_irq_tasklet() [all …]
|
H A D | 4965.c | 1207 IL_WARN("txpower idx %d > 107\n", power_idx); in il4965_fill_txpower_tbl() 1211 IL_WARN("txpower idx %d < 0\n", power_idx); in il4965_fill_txpower_tbl() 1750 IL_WARN("RXON timing - " "Attempting to continue.\n"); in il4965_post_associate() 1825 IL_WARN("RXON timing failed - " in il4965_config_ap()
|
H A D | 3945.c | 1988 IL_WARN("Error: saturation power is %d, " in il3945_hw_reg_init_channel_groups()
|
H A D | common.h | 32 #define IL_WARN(f, a...) dev_warn(&il->pci_dev->dev, f, ## a) macro
|