commit | 9ac19a9084001695479a6d6dd67443cc5fb1df2f | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Sep 09 10:57:09 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 11 15:53:38 2008 -0400 |
tree | 404a4a2b16235bb575dc366c2cc87b9f65d79cc5 | |
parent | b079ada7dd11cf82c3157a51c205c3d88321c704 [diff] |
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>