Searched refs:DEBUG_ACX (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/wl1251/ |
D | acx.c | 18 wl1251_debug(DEBUG_ACX, "acx frame rates"); in wl1251_acx_frame_rates() 49 wl1251_debug(DEBUG_ACX, "acx dot11_station_id"); in wl1251_acx_station_id() 74 wl1251_debug(DEBUG_ACX, "acx dot11_default_key (%d)", key_id); in wl1251_acx_default_key() 104 wl1251_debug(DEBUG_ACX, "acx wake up conditions"); in wl1251_acx_wake_up_conditions() 132 wl1251_debug(DEBUG_ACX, "acx sleep auth"); in wl1251_acx_sleep_auth() 154 wl1251_debug(DEBUG_ACX, "acx fw rev"); in wl1251_acx_fw_version() 188 wl1251_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr"); in wl1251_acx_tx_power() 217 wl1251_debug(DEBUG_ACX, "acx feature cfg"); in wl1251_acx_feature_cfg() 246 wl1251_debug(DEBUG_ACX, "acx mem map"); in wl1251_acx_mem_map() 261 wl1251_debug(DEBUG_ACX, "acx data path params"); in wl1251_acx_data_path_params() [all …]
|
D | init.c | 276 wl1251_debug(DEBUG_ACX, "acx tx queue config"); in wl1251_hw_init_tx_queue_config()
|
D | wl1251.h | 49 DEBUG_ACX = BIT(13), enumerator
|
/drivers/net/wireless/wl12xx/ |
D | acx.c | 43 wl1271_debug(DEBUG_ACX, "acx wake up conditions (wake_up_event %d listen_interval %d)", in wl1271_acx_wake_up_conditions() 73 wl1271_debug(DEBUG_ACX, "acx sleep auth"); in wl1271_acx_sleep_auth() 96 wl1271_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr %d", power); in wl1271_acx_tx_power() 126 wl1271_debug(DEBUG_ACX, "acx feature cfg"); in wl1271_acx_feature_cfg() 156 wl1271_debug(DEBUG_ACX, "acx mem map"); in wl1271_acx_mem_map() 170 wl1271_debug(DEBUG_ACX, "acx rx msdu life time"); in wl1271_acx_rx_msdu_life_time() 197 wl1271_debug(DEBUG_ACX, "acx slot"); in wl1271_acx_slot() 226 wl1271_debug(DEBUG_ACX, "acx group address tbl"); in wl1271_acx_group_address_tbl() 264 wl1271_debug(DEBUG_ACX, "acx service period timeout"); in wl1271_acx_service_period_timeout() 296 wl1271_debug(DEBUG_ACX, "acx rts threshold: %d", rts_threshold); in wl1271_acx_rts_threshold() [all …]
|
D | debug.h | 49 DEBUG_ACX = BIT(13), enumerator
|
D | cmd.c | 1840 wl1271_debug(DEBUG_ACX, "cmd channel switch"); in wl12xx_cmd_channel_switch() 1874 wl1271_debug(DEBUG_ACX, "cmd stop channel switch"); in wl12xx_cmd_stop_channel_switch()
|