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)
commit66b0470aeef10a3b0f9a6a1c60d908b5a06c62ae
tree6abfe5fea2aa8b7749e6ef5385b81d4e5d40c82b
parent2b43ae6daf26f29cec49fa3a3f18025355495500
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