Searched refs:wl1251_warning (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 107 wl1251_warning("could not set wake up conditions: %d", ret); in wl1251_acx_wake_up_conditions() 148 wl1251_warning("ACX_FW_REV interrogate failed"); in wl1251_acx_fw_version() 185 wl1251_warning("configure of tx power failed: %d", ret); in wl1251_acx_tx_power() 269 wl1251_warning("failed to read data path parameters: %d", ret); in wl1251_acx_data_path_params() 272 wl1251_warning("data path parameter acx status failed"); in wl1251_acx_data_path_params() 297 wl1251_warning("failed to set rx msdu life time: %d", ret); in wl1251_acx_rx_msdu_life_time() 323 wl1251_warning("failed to set rx config: %d", ret); in wl1251_acx_rx_config() 347 wl1251_warning("failed to set pd threshold: %d", ret); in wl1251_acx_pd_threshold() 372 wl1251_warning("failed to set slot time: %d", ret); in wl1251_acx_slot() 401 wl1251_warning("failed to set group addr table: %d", ret); in wl1251_acx_group_address_tbl() [all …]
|
D | main.c | 138 wl1251_warning("WLAN not ready"); in wl1251_fw_wakeup() 244 wl1251_warning( in wl1251_irq_work() 332 wl1251_warning("join timeout"); in wl1251_join() 561 wl1251_warning("cmd build null data failed: %d", ret); in wl1251_build_null_data() 956 wl1251_warning("could not set keys"); in wl1251_op_set_key() 1067 wl1251_warning("wl1251_op_set_rts_threshold failed: %d", ret); in wl1251_op_set_rts_threshold() 1155 wl1251_warning("Set slot time failed %d", ret); in wl1251_op_bss_info_changed() 1173 wl1251_warning("Set ctsprotect failed %d", ret); in wl1251_op_bss_info_changed() 1420 wl1251_warning("failed to read MAC address from EEPROM"); in wl1251_read_eeprom_mac() 1559 wl1251_warning("MAC address in eeprom or nvs data is not valid"); in wl1251_init_ieee80211() [all …]
|
D | cmd.c | 78 wl1251_warning("TEST command failed"); in wl1251_cmd_test() 162 wl1251_warning("CONFIGURE command NOK"); in wl1251_cmd_configure() 184 wl1251_warning("cmd vbm len is %d B, truncating to %d", in wl1251_cmd_vbm() 404 wl1251_warning("cmd set_template failed: %d", ret); in wl1251_cmd_template_set()
|
D | init.c | 24 wl1251_warning("couldn't set feature config"); in wl1251_hw_init_hwenc_config() 30 wl1251_warning("couldn't set default key"); in wl1251_hw_init_hwenc_config()
|
D | rx.c | 147 wl1251_warning("curr ID:%d, last ID inc:%d", in wl1251_rx_body()
|
D | tx.c | 275 wl1251_warning("join failed"); in enable_tx_for_packet_injection() 281 wl1251_warning("join timeout"); in enable_tx_for_packet_injection()
|
D | wl1251.h | 46 #define wl1251_warning(fmt, arg...) \ macro
|