Enable TX queue in the monitor mode

This commit is contained in:
kimocoder 2018-06-26 10:41:50 +02:00
parent 506ee20b05
commit 9080d7d023
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,6 @@
TODO:
- Add support for namespaces (NS)
- Fix count for frames in RadioTap header (add to stats)
- Enable TX queue in monitor mode
- Place signal quality and per antenna rssi into radiotap header
- Calculate signal quality in the monitor mode
- Add channels 151 and 153
@ -23,6 +22,9 @@
+++ And propably alot more. We'll see.
[2018.06.26]
- Enable TX queue in the monitor mode
[2018.06.25]
- Fix injected frames drop
- Fixed compilation on some ARM platforms

View File

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