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)
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

Simple merge