From: Johannes Berg Date: Tue, 9 Sep 2008 08:57:09 +0000 (+0200) Subject: mac80211: reorder frame code in mlme X-Git-Tag: v2.6.28-rc1~717^2~292^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac19a9084001695479a6d6dd67443cc5fb1df2f;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed