]> Pileus Git - ~andy/linux/commit
mac80211: neaten ieee80211_deliver_skb
authorJohannes Berg <johannes.berg@intel.com>
Wed, 4 Dec 2013 08:16:31 +0000 (09:16 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 4 Dec 2013 08:17:50 +0000 (09:17 +0100)
commit9e890a1f21c626cec3a8955814d36ea1879bdde6
tree1389d219204515631ebf1bc664c5d0a4802ef5ab
parent33dde2bfe8ca97bdd8253bc0496482b048fa0b32
mac80211: neaten ieee80211_deliver_skb

Remove the unnecessary duplicate test of "if (skb) {"
when !CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS.

Remove now unnecessary __maybe_unused, neaten comment
Remove unnecessary parenthesis around align cast.
Substitute reference to deprecated compare_ether_addr
with ether_addr_equal (in the comment.)

Signed-off-by: Joe Perches <joe@perches.com>
[edit commit log slightly]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c