From: Johannes Berg Date: Tue, 9 Sep 2008 12:42:50 +0000 (+0200) Subject: mac80211: make BA session handling independent of STA mode X-Git-Tag: v2.6.28-rc1~717^2~292^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1ede7ac3bd300f9aa565d0f93f6cf9ba74bb1a;p=pandora-kernel.git mac80211: make BA session handling independent of STA mode The aggregation handling isn't dependent on anything related to our STA-mode implementation, and doesn't need to depend on it for frame processing. This patch moves the relevant code to ht.c and adds a hook in rx.c. For now, the relevant action frames are only processed in STA/IBSS modes, but that's now something we can easily change. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed