cfg80211: Fix GO Concurrent relaxation on UNII-3
authorIlan Peer <ilan.peer@intel.com>
Wed, 23 Apr 2014 06:22:58 +0000 (09:22 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 25 Apr 2014 14:47:33 +0000 (16:47 +0200)
commit46d537245d8db96a4c282b449f8b582a71e5ec13
tree3c3517409796cdbe24ae1541c9c8e63de8b03148
parentbc3ce0b0be6b85e738e80ed25b52ad940f34b921
cfg80211: Fix GO Concurrent relaxation on UNII-3

At some locations, channels 149-165 are considered a single
bundle, while at some other locations, e.g., Indonesia, channels
149-161 are considered a single bundle, while channel 165 belongs
to a different bundle. This means that:

1. A station interface connection to an AP on channel 165 allows
   the instantiation of a P2P GO on channels 149-165.
2. A station interface connection to an AP on channels 149-161
   does NOT allow the instantiation of a P2P GO on channel 165.

Fix this.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/chan.c