]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: do not call ieee80211_configure_filter if no interfaces are up
authorFelix Fietkau <nbd@openwrt.org>
Wed, 31 Oct 2012 14:50:34 +0000 (15:50 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 31 Oct 2012 15:53:34 +0000 (16:53 +0100)
commite74df1360635b76d76d28a0c71ffdb1337da8adb
tree867ed237462ad278c615eff27423a78d39c57205
parenta50a06e8651db4c88367a4f3a249e7bea82c1806
mac80211: do not call ieee80211_configure_filter if no interfaces are up

Drivers are not expected to handle it before drv_start has been called. It
will be called again after an interface has been brought up.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c