mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
c741baa9e8
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
12 lines
355 B
Diff
12 lines
355 B
Diff
--- a/os_dep/linux/os_intfs.c
|
|
+++ b/os_dep/linux/os_intfs.c
|
|
@@ -238,7 +238,7 @@
|
|
#endif /* CONFIG_80211N_HT */
|
|
|
|
#ifdef CONFIG_80211AC_VHT
|
|
-int rtw_vht_enable = 1; /* 0:disable, 1:enable, 2:force auto enable */
|
|
+int rtw_vht_enable = 2; /* 0:disable, 1:enable, 2:force auto enable */
|
|
module_param(rtw_vht_enable, int, 0644);
|
|
|
|
int rtw_ampdu_factor = 7;
|