mac80211: clean up/rename prepare_for_handlers()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Apr 2015 13:08:39 +0000 (15:08 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Apr 2015 09:14:14 +0000 (11:14 +0200)
commita58fbe1a8540d870393b343bc6cb06a7f8201387
tree9c79417265484588272d69fb445ba089522529f3
parent5c90067c0f79705b8fa3207c734b18727f320637
mac80211: clean up/rename prepare_for_handlers()

The function really shouldn't be called prepare_for_handlers(),
all it does is check if the frame should be dropped. Rename it
to ieee80211_accept_frame() and clean it up a bit.

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