Update wifi_drivers/README.md

This commit is contained in:
2025-11-24 11:13:51 +00:00
parent 42305b643a
commit f8d8566c6c

View File

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