mac80211: don't warn when stopping VLAN with stations
authorJohannes Berg <johannes.berg@intel.com>
Mon, 13 Apr 2015 12:56:51 +0000 (14:56 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Apr 2015 11:04:39 +0000 (13:04 +0200)
commit5eb8f4d74204864d8a4154772206ad747274d12d
treee6767521c6b1d6609835eee55e54dfb34e0dcf52
parent388f997620cb57372c494a194e9698b28cc179b8
mac80211: don't warn when stopping VLAN with stations

Stations assigned to an AP_VLAN type interface are flushed
when the interface is stopped, but then we warn about it.
Suppress the warning since there's nothing else that would
ensure those stations are already removed at this point.

Reported-by: Jouni Malinen <j@w1.fi>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/iface.c