Searched refs:wl1271_error (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | cmd.c | 44 wl1271_error("invalid channel switch band: %d", in wl18xx_cmd_channel_switch() 63 wl1271_error("failed to send channel switch command"); in wl18xx_cmd_channel_switch() 91 wl1271_error("failed to send smart config start command"); in wl18xx_cmd_smart_config_start() 116 wl1271_error("failed to send smart config stop command"); in wl18xx_cmd_smart_config_stop() 136 wl1271_error("invalid group key size: %d", key_len); in wl18xx_cmd_smart_config_set_group_key() 152 wl1271_error("failed to send smart config set group key cmd"); in wl18xx_cmd_smart_config_set_group_key() 184 wl1271_error("failed to send cac command"); in wl18xx_cmd_set_cac() 210 wl1271_error("failed to send radar detection debug command"); in wl18xx_cmd_radar_detection_debug() 236 wl1271_error("failed to send dfs master restart command"); in wl18xx_cmd_dfs_master_restart()
|
H A D | scan.c | 110 wl1271_error("2.4GHz PROBE request template failed"); in wl18xx_scan_send() 127 wl1271_error("5GHz PROBE request template failed"); in wl18xx_scan_send() 136 wl1271_error("SCAN failed"); in wl18xx_scan_send() 253 wl1271_error("2.4GHz PROBE request template failed"); in wl18xx_scan_sched_scan_config() 270 wl1271_error("5GHz PROBE request template failed"); in wl18xx_scan_sched_scan_config() 279 wl1271_error("SCAN failed"); in wl18xx_scan_sched_scan_config() 306 wl1271_error("failed to alloc memory to send sched scan stop"); in __wl18xx_scan_stop() 315 wl1271_error("failed to send sched scan stop command"); in __wl18xx_scan_stop()
|
H A D | tx.c | 24 wl1271_error("last Tx rate invalid: %d", fw_rate); in wl18xx_get_last_tx_rate() 166 wl1271_error("invalid desc release index %d", in wl18xx_tx_immediate_complete()
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | boot.c | 116 wl1271_error("Your WiFi FW version (%u.%u.%u.%u.%u) is invalid.\n" in wlcore_validate_fw_ver() 176 wl1271_error("firmware length not multiple of four"); in wl1271_boot_upload_firmware_chunk() 182 wl1271_error("allocation for firmware upload chunk failed"); in wl1271_boot_upload_firmware_chunk() 281 wl1271_error("NVS file is needed during boot"); in wlcore_boot_upload_nvs() 305 wl1271_error("%s size is not as expected: %zu != %zu", in wlcore_boot_upload_nvs() 324 wl1271_error("%s size is not as expected: %zu != %zu", in wlcore_boot_upload_nvs() 425 wl1271_error("nvs data is malformed"); in wlcore_boot_upload_nvs() 451 wl1271_error("chip id doesn't match after firmware boot"); in wlcore_boot_run_firmware() 464 wl1271_error("error reading hardware complete " in wlcore_boot_run_firmware() 479 wl1271_error("timeout waiting for the hardware to " in wlcore_boot_run_firmware() [all …]
|
H A D | cmd.c | 84 wl1271_error("command complete timeout"); in __wlcore_cmd_send() 135 wl1271_error("command execute failure %d", ret); in wlcore_cmd_send_failsafe() 253 wl1271_error("failed to initiate cmd role enable"); in wl12xx_cmd_role_enable() 286 wl1271_error("failed to initiate cmd role disable"); in wl12xx_cmd_role_disable() 461 wl1271_error("failed to initiate cmd role enable"); in wl12xx_cmd_role_start_dev() 501 wl1271_error("failed to initiate cmd role stop"); in wl12xx_cmd_role_stop_dev() 571 wl1271_error("failed to initiate cmd role start sta"); in wl12xx_cmd_role_start_sta() 612 wl1271_error("failed to initiate cmd role stop sta"); in wl12xx_cmd_role_stop_sta() 639 wl1271_error("got a null SSID from beacon/bss"); in wl12xx_cmd_role_start_ap() 716 wl1271_error("failed to initiate cmd role start ap"); in wl12xx_cmd_role_start_ap() [all …]
|
H A D | ps.c | 31 wl1271_error("couldn't set wake up conditions"); in wl1271_ps_set_mode() 133 wl1271_error("could not find sta %pM for starting ps", in wl12xx_ps_link_start() 164 wl1271_error("could not find sta %pM for ending ps", in wl12xx_ps_link_end()
|
H A D | rx.c | 124 wl1271_error("Invalid packet arrived from HW. length %d", in wl1271_rx_handle_data() 158 wl1271_error("Couldn't allocate RX frame"); in wl1271_rx_handle_data() 314 wl1271_error("Failed to %s rx data filter %d (err=%d)", in wl1271_rx_filter_enable()
|
H A D | event.c | 44 wl1271_error("Fail to allocate fw logger memory"); in wlcore_event_fw_logger() 52 wl1271_error("Fail to read logger buffer, error_id = %d", in wlcore_event_fw_logger() 75 wl1271_error("buffer read pointer out of bounds: %x not in (%x-%x)\n", in wlcore_event_fw_logger()
|
H A D | debug.h | 50 #define wl1271_error(fmt, arg...) \ macro
|
H A D | acx.c | 70 wl1271_error("could not configure sleep_auth to %d: %d", in wl1271_acx_sleep_auth() 134 wl1271_error("Couldn't set HW encryption"); in wl1271_acx_feature_cfg() 1004 wl1271_error("couldn't allocate target memory map"); in wl1271_acx_init_mem_config() 1012 wl1271_error("couldn't retrieve firmware memory map"); in wl1271_acx_init_mem_config()
|
H A D | scan.c | 459 wl1271_error("cmd sched scan ssid list failed"); in wlcore_scan_sched_scan_ssid_list()
|
H A D | tx.c | 368 wl1271_error("discarding null skb"); in wl1271_prepare_tx_frame() 373 wl1271_error("invalid hlid. dropping skb 0x%p", skb); in wl1271_prepare_tx_frame()
|
/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | scan.c | 151 wl1271_error("PROBE request template failed"); in wl1271_scan_send() 159 wl1271_error("trigger scan to failed for hw scan"); in wl1271_scan_send() 167 wl1271_error("SCAN failed"); in wl1271_scan_send() 196 wl1271_error("cmd stop_scan failed"); in wl12xx_scan_stop() 281 wl1271_error("invalid scan state"); in wl1271_scan_stm() 360 wl1271_error("scan channel list is empty"); in wl1271_scan_sched_scan_config() 378 wl1271_error("2.4GHz PROBE request template failed"); in wl1271_scan_sched_scan_config() 395 wl1271_error("5GHz PROBE request template failed"); in wl1271_scan_sched_scan_config() 405 wl1271_error("SCAN configuration failed"); in wl1271_scan_sched_scan_config() 438 wl1271_error("failed to send scan start command"); in wl1271_scan_sched_scan_start() [all …]
|
H A D | cmd.c | 300 wl1271_error("failed to send channel switch command"); in wl12xx_cmd_channel_switch()
|