From: Johannes Berg Date: Tue, 9 Sep 2008 12:55:09 +0000 (+0200) Subject: mac80211: make ieee80211_rx_h_mgmt more readable X-Git-Tag: v2.6.28-rc1~717^2~292^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759ef3eb1eeba8ff7411771e7b9cf6bfd6bb9cfe;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed