From: Johannes Berg Date: Mon, 16 Nov 2009 11:00:40 +0000 (+0100) Subject: mac80211: cleanup reorder buffer handling X-Git-Tag: v2.6.33-rc1~388^2~214^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a02ae758e8780d737b6d0135d6292bb3043e7eea;p=pandora-kernel.git mac80211: cleanup reorder buffer handling The reorder buffer handling is written in a quite peculiar style (especially comments) and also has a quirk where it invokes the entire reorder code in ieee80211_sta_manage_reorder_buf() for just a handful of lines in it with a special argument. Split out ieee80211_release_reorder_frames which can then be invoked from BAR handling and other reordering code, clean up code and comments and remove function arguments that are now unused from ieee80211_sta_manage_reorder_buf(). Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed