Home
last modified time | relevance | path

Searched refs:wl1251_warning (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ti/wl1251/
Dacx.c107 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 …]
Dmain.c138 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()
1418 wl1251_warning("failed to read MAC address from EEPROM"); in wl1251_read_eeprom_mac()
1557 wl1251_warning("MAC address in eeprom or nvs data is not valid"); in wl1251_init_ieee80211()
[all …]
Dcmd.c78 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()
Dinit.c24 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()
Drx.c147 wl1251_warning("curr ID:%d, last ID inc:%d", in wl1251_rx_body()
Dtx.c275 wl1251_warning("join failed"); in enable_tx_for_packet_injection()
281 wl1251_warning("join timeout"); in enable_tx_for_packet_injection()
Dwl1251.h46 #define wl1251_warning(fmt, arg...) \ macro