|
@@ -268,7 +268,7 @@ static int __hdd_hostapd_open(struct net_device *dev)
|
|
|
|
|
|
set_bit(DEVICE_IFACE_OPENED, &pAdapter->event_flags);
|
|
|
/* Enable all Tx queues */
|
|
|
- hdd_notice("Enabling queues");
|
|
|
+ hdd_info("Enabling queues");
|
|
|
wlan_hdd_netif_queue_control(pAdapter,
|
|
|
WLAN_START_ALL_NETIF_QUEUE_N_CARRIER,
|
|
|
WLAN_CONTROL_PATH);
|
|
@@ -314,7 +314,7 @@ static int __hdd_hostapd_stop(struct net_device *dev)
|
|
|
|
|
|
clear_bit(DEVICE_IFACE_OPENED, &adapter->event_flags);
|
|
|
/* Stop all tx queues */
|
|
|
- hdd_notice("Disabling queues");
|
|
|
+ hdd_info("Disabling queues");
|
|
|
wlan_hdd_netif_queue_control(adapter,
|
|
|
WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
|
|
|
WLAN_CONTROL_PATH);
|
|
@@ -2166,7 +2166,7 @@ stopbss:
|
|
|
/* Stop the pkts from n/w stack as we are going to free all of
|
|
|
* the TX WMM queues for all STAID's
|
|
|
*/
|
|
|
- hdd_notice("Disabling queues");
|
|
|
+ hdd_info("Disabling queues");
|
|
|
wlan_hdd_netif_queue_control(pHostapdAdapter,
|
|
|
WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
|
|
|
WLAN_CONTROL_PATH);
|
|
@@ -8217,7 +8217,7 @@ static int __wlan_hdd_cfg80211_stop_ap(struct wiphy *wiphy,
|
|
|
qdf_mem_zero(&pAdapter->sessionCtx.ap.sapConfig.acs_cfg,
|
|
|
sizeof(struct sap_acs_cfg));
|
|
|
/* Stop all tx queues */
|
|
|
- hdd_notice("Disabling queues");
|
|
|
+ hdd_info("Disabling queues");
|
|
|
wlan_hdd_netif_queue_control(pAdapter,
|
|
|
WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
|
|
|
WLAN_CONTROL_PATH);
|