]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Remove channel 14 from supported P2P channels
authorMykyta Iziumtsev <mykyta.iziumtsev@gmail.com>
Sun, 23 Sep 2012 09:49:52 +0000 (12:49 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Sep 2012 09:49:52 +0000 (12:49 +0300)
Channel 14 is available only in Japan and is DSSS-only according to
IEEE 802.11-2012 19.4.3 and MIC Equipment Ordinance (EO)
for Regulating Radio Equipment article 49.20.

At the same time, P2P should avoid using DSSS modulation in normal
operation according to P2P specification v1.2 2.4.1.

Signed-hostap: Mykyta Iziumtsev <mykyta.iziumtsev@gmail.com>
intended-for: hostap-1

wpa_supplicant/p2p_supplicant.c

index 8542b91f7ec4105758edf0d8b49ee124cce37aa9..1c0ef54fe458afdb4c55473c892ba82e8a10bf6e 100644 (file)
@@ -2444,7 +2444,6 @@ struct p2p_oper_class_map {
 
 static struct p2p_oper_class_map op_class[] = {
        { HOSTAPD_MODE_IEEE80211G, 81, 1, 13, 1, BW20 },
-       { HOSTAPD_MODE_IEEE80211G, 82, 14, 14, 1, BW20 },
 #if 0 /* Do not enable HT40 on 2 GHz for now */
        { HOSTAPD_MODE_IEEE80211G, 83, 1, 9, 1, BW40PLUS },
        { HOSTAPD_MODE_IEEE80211G, 84, 5, 13, 1, BW40MINUS },