Update wifi_drivers/README.md
This commit is contained in:
@@ -20,8 +20,7 @@ ieee80211 phy3: Selected rate control algorithm 'minstrel_ht'
|
||||
## Step 3: Generate and Edit Wireless Config
|
||||
wifi config
|
||||
|
||||
|
||||
Then edit /etc/config/wireless to include:
|
||||
Replace /etc/config/wireless with:
|
||||
|
||||
config wifi-device 'radio0'
|
||||
option type 'mac80211'
|
||||
@@ -53,35 +52,24 @@ config wifi-iface 'default_radio1'
|
||||
option ssid 'OpenWrt-5G'
|
||||
option encryption 'none'
|
||||
|
||||
|
||||
|
||||
## Step 4: Bring Up Wireless
|
||||
wifi down
|
||||
wifi up
|
||||
|
||||
## Step 5: Verify Both Radios Are Active
|
||||
iw dev
|
||||
|
||||
Example Output:
|
||||
|
||||
Expected Output:
|
||||
|
||||
phy#3
|
||||
Interface phy3-ap0
|
||||
ssid OpenWrt-5G
|
||||
channel 40 (5200 MHz), width: 80 MHz
|
||||
|
||||
phy#0
|
||||
Interface phy0-ap0
|
||||
ssid OpenWrt
|
||||
channel 1 (2412 MHz), width: 20 MHz
|
||||
|
||||
ip link
|
||||
|
||||
|
||||
Expected Interfaces:
|
||||
|
||||
phy3-ap0
|
||||
phy0-ap0
|
||||
|
||||
You now have both the internal 2.4GHz and USB 5GHz radios running together in AP mode.
|
||||
You now have both the internal 2.4GHz and external USB 5GHz radios running together in AP mode.
|
||||
|
||||
## Install Commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user