]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: make ieee80211_rx_h_mgmt more readable
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Sep 2008 12:55:09 +0000 (14:55 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:39 +0000 (15:53 -0400)
commit759ef3eb1eeba8ff7411771e7b9cf6bfd6bb9cfe
treefdb6700c59f2c1e48579896a0c4ad051ac7671d7
parent39192c0bcf556c8521dcf0203714e9d48ac0b9f6
mac80211: make ieee80211_rx_h_mgmt more readable

That function isn't exactly easy to read especially since it
does something in an if branch that continues after the if
because the else returns. Express it in a more readable way.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c