]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd076c002f3c2012fca6e4f1150730c8d006d8e8a
tree9c79417265484588272d69fb445ba089522529f3
parent0511901b9f2cf07d3f2b2893f08e69fd39ccd710
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