From: Ben Greear Date: Wed, 3 Jan 2018 18:53:53 +0000 (-0800) Subject: Allow HT40 on 5 GHz channels 165 and 169 X-Git-Tag: hostap_2_7~553 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab0f11b80347f09e194b891e01ed65f0cf35fe1;p=thirdparty%2Fhostap.git Allow HT40 on 5 GHz channels 165 and 169 India supports 5 GHz channels 169 and 173 now. Enable HT40 across channels 165 and 169. Leave channel 173 to remain HT20 only. Signed-off-by: Ben Greear --- diff --git a/src/common/hw_features_common.c b/src/common/hw_features_common.c index fdd5e738c..db4037927 100644 --- a/src/common/hw_features_common.c +++ b/src/common/hw_features_common.c @@ -89,7 +89,7 @@ int allowed_ht40_channel_pair(struct hostapd_hw_modes *mode, int pri_chan, { int ok, j, first; int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 140, - 149, 157, 184, 192 }; + 149, 157, 165, 184, 192 }; size_t k; if (pri_chan == sec_chan || !sec_chan)