commit | 759ef3eb1eeba8ff7411771e7b9cf6bfd6bb9cfe | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Sep 09 14:55:09 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 11 15:53:39 2008 -0400 |
tree | fdb6700c59f2c1e48579896a0c4ad051ac7671d7 | |
parent | 39192c0bcf556c8521dcf0203714e9d48ac0b9f6 [diff] |
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>