rotuer: make 5GHz wifi faster

VHT doesn't work unless HT is enabled, apparently
mainline-omnia-wip
Daniel Barlow 2024-02-11 15:24:08 +00:00
parent 86d19c54b3
commit 7c196bf9b4
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ in rec {
ht_capab = "[HT40+]";
vht_oper_chwidth = 1;
vht_oper_centr_freq_seg0_idx = channel + 6;
ieee80211n = 1;
ieee80211ac = 1;
} // wirelessConfig;
};