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

No differences found