]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: ignore channel state for stopped AP/mesh interfaces
authorFelix Fietkau <nbd@openwrt.org>
Thu, 12 Jul 2012 14:10:02 +0000 (16:10 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 12 Jul 2012 14:18:17 +0000 (16:18 +0200)
commite4a30939cdd157f3ed889394516cb4a67293ab0a
treed3f0e5d6a665081c6b3d43bb26b5c38d698edba2
parentbc4f5ea4985e45ed827b774c921efbef38398634
cfg80211: ignore channel state for stopped AP/mesh interfaces

Without this change, running AP + station on the same wiphy
does not work since the commit "cfg80211: add channel checking
for iface combinations". The stopped AP prevents the client
from connecting to an AP on a different channel.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
[line-break commit message to < 72 chars]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/chan.c