]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: make BA session handling independent of STA mode
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Sep 2008 12:42:50 +0000 (14:42 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:39 +0000 (15:53 -0400)
commitde1ede7ac3bd300f9aa565d0f93f6cf9ba74bb1a
tree82e48b4140e9444104639a97aa55be03c5020466
parent5825fe100d654fff89aa67a1e202af1f8a7f0ad0
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ht.c
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/rx.c