minor updates
This commit is contained in:
parent
0403d70a6a
commit
003e0d4043
@ -702,7 +702,7 @@ systemctl status systemd-networkd
|
|||||||
```
|
```
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Autostarting iperf3
|
Install and autostart iperf3
|
||||||
```
|
```
|
||||||
sudo apt install iperf3
|
sudo apt install iperf3
|
||||||
```
|
```
|
||||||
|
@ -260,7 +260,7 @@ applied. Rebooting is strongly recommended.
|
|||||||
|
|
||||||
A file called `88x2bu.conf` will be installed in `/etc/modprobe.d` by default.
|
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.
|
before rebooting.
|
||||||
|
|
||||||
Location: `/etc/modprobe.d/88x2bu.conf`
|
Location: `/etc/modprobe.d/88x2bu.conf`
|
||||||
|
@ -193,7 +193,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_WIFI_MONITOR
|
#ifdef CONFIG_WIFI_MONITOR
|
||||||
/* #define CONFIG_MONITOR_MODE_XMIT */
|
#define CONFIG_MONITOR_MODE_XMIT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_CUSTOMER_ALIBABA_GENERAL
|
#ifdef CONFIG_CUSTOMER_ALIBABA_GENERAL
|
||||||
|
@ -3925,7 +3925,7 @@ int _netdev_open(struct net_device *pnetdev)
|
|||||||
#ifdef CONFIG_IOCTL_CFG80211
|
#ifdef CONFIG_IOCTL_CFG80211
|
||||||
rtw_cfg80211_init_wdev_data(padapter);
|
rtw_cfg80211_init_wdev_data(padapter);
|
||||||
#endif
|
#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);
|
rtw_netif_wake_queue(pnetdev);
|
||||||
|
|
||||||
#ifdef CONFIG_BR_EXT
|
#ifdef CONFIG_BR_EXT
|
||||||
@ -4046,7 +4046,7 @@ int _netdev_open(struct net_device *pnetdev)
|
|||||||
rtw_set_pwr_state_check_timer(pwrctrlpriv);
|
rtw_set_pwr_state_check_timer(pwrctrlpriv);
|
||||||
#endif
|
#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);
|
rtw_netif_wake_queue(pnetdev);
|
||||||
|
|
||||||
#ifdef CONFIG_BR_EXT
|
#ifdef CONFIG_BR_EXT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user