Signed-off-by: Michael Tremer <[email protected]>
---
src/initscripts/packages/hostapd | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/hostapd
index 33c2a7dc1..2b1c840f1 100644
--- a/src/initscripts/packages/hostapd
+++ b/src/initscripts/packages/hostapd
@@ -553,7 +553,8 @@ write_config() {
# Indoor AP
echo "he_6ghz_reg_pwr_type=0"
- # Disable 802.11ac
+ # Disable 802.11n/ac
+ enable_n=0
enable_ac=0
# Enable 802.11w management frame protection
--
2.47.3