Re: [PATCH] mac80211: rx: Neaten ieee80211_deliver_skb, remove compare_ether_addr

2013-12-04 Thread Johannes Berg
On Tue, 2013-12-03 at 10:29 -0800, Joe Perches wrote: > 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

Re: [PATCH] mac80211: rx: Neaten ieee80211_deliver_skb, remove compare_ether_addr

2013-12-04 Thread Johannes Berg
On Tue, 2013-12-03 at 10:29 -0800, Joe Perches wrote: 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

[PATCH] mac80211: rx: Neaten ieee80211_deliver_skb, remove compare_ether_addr

2013-12-03 Thread Joe Perches
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. Signed-off-by:

[PATCH] mac80211: rx: Neaten ieee80211_deliver_skb, remove compare_ether_addr

2013-12-03 Thread Joe Perches
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. Signed-off-by: