From 003e0d4043d63efa4fe70ac862229af9c3bd16b8 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 5 Nov 2021 15:43:15 -0500 Subject: [PATCH] minor updates --- Bridged_Wireless_Access_Point.md | 2 +- README.md | 2 +- include/drv_conf.h | 2 +- os_dep/linux/os_intfs.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Bridged_Wireless_Access_Point.md b/Bridged_Wireless_Access_Point.md index 7f49ba0..c4b51a9 100644 --- a/Bridged_Wireless_Access_Point.md +++ b/Bridged_Wireless_Access_Point.md @@ -702,7 +702,7 @@ systemctl status systemd-networkd ``` ----- -Autostarting iperf3 +Install and autostart iperf3 ``` sudo apt install iperf3 ``` diff --git a/README.md b/README.md index c09d6ce..32f8a45 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ applied. Rebooting is strongly recommended. A file called `88x2bu.conf` will be installed in `/etc/modprobe.d` by default. -Note: Step 9 of the installation script will prompt you to edit the options +Note: Step 9 of the installation instructions will prompt you to edit the options before rebooting. Location: `/etc/modprobe.d/88x2bu.conf` diff --git a/include/drv_conf.h b/include/drv_conf.h index d7cbeaf..34c8301 100644 --- a/include/drv_conf.h +++ b/include/drv_conf.h @@ -193,7 +193,7 @@ #endif #ifdef CONFIG_WIFI_MONITOR - /* #define CONFIG_MONITOR_MODE_XMIT */ + #define CONFIG_MONITOR_MODE_XMIT #endif #ifdef CONFIG_CUSTOMER_ALIBABA_GENERAL diff --git a/os_dep/linux/os_intfs.c b/os_dep/linux/os_intfs.c index 421a7e9..2ac5450 100644 --- a/os_dep/linux/os_intfs.c +++ b/os_dep/linux/os_intfs.c @@ -3925,7 +3925,7 @@ int _netdev_open(struct net_device *pnetdev) #ifdef CONFIG_IOCTL_CFG80211 rtw_cfg80211_init_wdev_data(padapter); #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 @@ -4046,7 +4046,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