1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Enable TX queue in the monitor mode

This commit is contained in:
Sergei Makarenkov 2017-01-19 22:52:26 +03:00 committed by astsam
parent 9c17ea0d25
commit a4265bec23

View File

@ -2669,7 +2669,7 @@ int _netdev_open(struct net_device *pnetdev)
rtw_set_pwr_state_check_timer(pwrctrlpriv);
#endif
/* netif_carrier_on(pnetdev); */ /* call this func when rtw_joinbss_event_callback return success */
netif_carrier_on(pnetdev); /* call this func when rtw_joinbss_event_callback return success */
rtw_netif_wake_queue(pnetdev);
#ifdef CONFIG_BR_EXT