]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: remove ieee80211_sta_stop_rx_ba_session
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 6 Apr 2010 09:18:45 +0000 (11:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Apr 2010 18:38:03 +0000 (14:38 -0400)
commite9015b9bf3e7e3ccab6d5581ac2ffab442a0c3f6
tree6abfe5fea2aa8b7749e6ef5385b81d4e5d40c82b
parentadcdda2010ab7554fc3a2439f018497d6801a993
mac80211: remove ieee80211_sta_stop_rx_ba_session

All callers of ieee80211_sta_stop_rx_ba_session can
just call __ieee80211_stop_rx_ba_session instead
because they already have the station struct, so do
that and remove ieee80211_sta_stop_rx_ba_session.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/agg-rx.c
net/mac80211/ht.c
net/mac80211/ieee80211_i.h
net/mac80211/rx.c