mac80211: remove IEEE80211_RX_RA_MATCH
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Apr 2015 12:48:34 +0000 (14:48 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Apr 2015 09:14:13 +0000 (11:14 +0200)
commit5c90067c0f79705b8fa3207c734b18727f320637
tree41396fd8fa3b72d39ecbcd5c04cf499ec3634095
parentdf1404650ccbfeb76a84f301f22316be0d00a864
mac80211: remove IEEE80211_RX_RA_MATCH

With promisc support gone, only AP and P2P-Device type interfaces
still clear IEEE80211_RX_RA_MATCH. In both cases this isn't really
necessary though, so we can remove that flag and the code.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/rx.c