]> 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)
commit2a6659014cadf4d3f569402b0a3f2847d21f636a
tree9c79417265484588272d69fb445ba089522529f3
parentf839483eff92776c1f54253d69196da0efcc40e9
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