commit | 9e890a1f21c626cec3a8955814d36ea1879bdde6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Dec 04 09:16:31 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Dec 04 09:17:50 2013 +0100 |
tree | 1389d219204515631ebf1bc664c5d0a4802ef5ab | |
parent | 33dde2bfe8ca97bdd8253bc0496482b048fa0b32 [diff] |
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>