Commit b7f1539 1 parent e4561b0 commit b7f1539 Copy full SHA for b7f1539
File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,9 @@ performance when the adapter is set to support 2.4 GHz band:
198
198
rtw_vht_enable=1
199
199
```
200
200
201
- Note: For USB3 adapters based on Mediatek mt7612u chipsets, the
202
- following module parameter may be needed for best performance:
201
+ Note: For USB3 adapters based on Mediatek mt7612u or mt7921au
202
+ chipsets, the following module parameter may be needed for best
203
+ performance:
203
204
204
205
```
205
206
disable_usb_sg=1
@@ -209,7 +210,13 @@ Note: Here is a quick way to set the `disable_usb_sg` parameter:
209
210
210
211
```
211
212
sudo -i
213
+ ```
214
+
215
+ ```
212
216
echo "options mt76_usb disable_usb_sg=1" > /etc/modprobe.d/mt76_usb.conf
217
+ ```
218
+
219
+ ```
213
220
exit
214
221
```
215
222
@@ -218,9 +225,9 @@ Note: More information is available at the following site:
218
225
https://github.com/morrownr/7612u
219
226
220
227
Note: For this access point setup to support WPA3-SAE in a dual band
221
- setup, two USB WiFi adapters with Mediatek or Atheros chipsets are
222
- required as the Realtek and internal Raspberry Pi WiFi drivers do not
223
- support WPA3-SAE as of the date of this document.
228
+ setup, two USB WiFi adapters with Mediatek, Atheros or Realtekchipsets
229
+ are required internal Raspberry Pi WiFi drivers do not support
230
+ WPA3-SAE as of the date of this document.
224
231
225
232
The follow site provides links to adapters that support WPA3-SAE: [ USB-WIFI] ( https://github.com/morrownr/USB-WiFi )
226
233
You can’t perform that action at this time.
0 commit comments