]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: reorder frame code in mlme
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Sep 2008 08:57:09 +0000 (10:57 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:38 +0000 (15:53 -0400)
commit9ac19a9084001695479a6d6dd67443cc5fb1df2f
tree404a4a2b16235bb575dc366c2cc87b9f65d79cc5
parentb079ada7dd11cf82c3157a51c205c3d88321c704
mac80211: reorder frame code in mlme

This reorders all frame sending functions to be at the top of the
file. When reading the file, I tend to be looking at either the
frame code or the state machine, and having them mixed in the file
is confusing. When all frame sending is at the top the remainder
of the file is more readable, in my opinion.

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