]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit51023c271e5e3d118eb569ec5862ea21eaa185ba
tree3c3517409796cdbe24ae1541c9c8e63de8b03148
parent67f8441b49ed4854e59a626df9e51a4704167bcd
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