Home
last modified time | relevance | path

Searched refs:IPW_DEBUG_QOS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c4559 IPW_DEBUG_QOS in ipw_rx_notification()
6855 IPW_DEBUG_QOS("QoS network/card mode %d\n", mode); in ipw_qos_current_mode()
6883 IPW_DEBUG_QOS("QoS parameters change call " in ipw_qos_handle_probe_response()
6895 IPW_DEBUG_QOS("QoS was disabled call qos_activate\n"); in ipw_qos_handle_probe_response()
6942 IPW_DEBUG_QOS("QoS activate network mode %d\n", type); in ipw_qos_activate()
6954 IPW_DEBUG_QOS("QoS activate IBSS network mode %d\n", in ipw_qos_activate()
6987 IPW_DEBUG_QOS("QoS sending IPW_CMD_QOS_PARAMETERS\n"); in ipw_qos_activate()
6990 IPW_DEBUG_QOS("QoS IPW_CMD_QOS_PARAMETERS failed\n"); in ipw_qos_activate()
7018 IPW_DEBUG_QOS("QoS error calling ipw_send_qos_info_command\n"); in ipw_qos_set_info_element()
7059 IPW_DEBUG_QOS("QoS will be enabled for this association\n"); in ipw_qos_association()
[all …]
Dipw2200.h1498 #define IPW_DEBUG_QOS(f, a...) IPW_LL_DEBUG(IPW_DL_QOS, f, ## a) macro