added WiFi 6 support
This commit is contained in:
parent
5fbe4e306f
commit
7831b97ce5
1 changed files with 5 additions and 0 deletions
|
|
@ -32,8 +32,13 @@
|
||||||
# Verified live by reloading mt7925e with disable_aspm=1.
|
# Verified live by reloading mt7925e with disable_aspm=1.
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
options mt7925e disable_aspm=1
|
options mt7925e disable_aspm=1
|
||||||
|
options cfg80211 ieee80211_regdom=EE
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Ship the wireless regulatory database so cfg80211 can apply EE rules
|
||||||
|
# (enables 6 GHz band 4 and active scanning on upper 5 GHz channels).
|
||||||
|
hardware.wirelessRegulatoryDatabase = true;
|
||||||
|
|
||||||
# udev rules for WWAN devices
|
# udev rules for WWAN devices
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
KERNEL=="wwan*mbim*", MODE="0660", GROUP="networkmanager"
|
KERNEL=="wwan*mbim*", MODE="0660", GROUP="networkmanager"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue