From: Ilan Peer Date: Wed, 23 Apr 2014 06:22:58 +0000 (+0300) Subject: cfg80211: Fix GO Concurrent relaxation on UNII-3 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~12^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46d537245d8db96a4c282b449f8b582a71e5ec13;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed