aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorRon Rindjunsky <ron.rindjunsky@intel.com>2008-03-18 18:00:32 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-03-25 16:41:57 -0400
commit85249e5fab13edb89258fa6d551cd4a3a4f0d569 (patch)
tree793767bc2d889127b2713fefa440aa3928a305d6 /net/mac80211/ieee80211_i.h
parent7b9d44cd6b393cb1032ce201307ae87e5677bfa7 (diff)
mac80211: tear down of block ack sessions
This patch adds a clean tear down for all block ack sessions if interface goes down or if a deauthentication is done. Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 7f10ff5d4a0b..a6485f01b3c8 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -928,10 +928,12 @@ void ieee80211_send_addba_request(struct net_device *dev, const u8 *da,
928 u16 agg_size, u16 timeout); 928 u16 agg_size, u16 timeout);
929void ieee80211_send_delba(struct net_device *dev, const u8 *da, u16 tid, 929void ieee80211_send_delba(struct net_device *dev, const u8 *da, u16 tid,
930 u16 initiator, u16 reason_code); 930 u16 initiator, u16 reason_code);
931
931void ieee80211_sta_stop_rx_ba_session(struct net_device *dev, u8 *da, 932void ieee80211_sta_stop_rx_ba_session(struct net_device *dev, u8 *da,
932 u16 tid, u16 initiator, u16 reason); 933 u16 tid, u16 initiator, u16 reason);
933void sta_rx_agg_session_timer_expired(unsigned long data); 934void sta_rx_agg_session_timer_expired(unsigned long data);
934void sta_addba_resp_timer_expired(unsigned long data); 935void sta_addba_resp_timer_expired(unsigned long data);
936void ieee80211_sta_tear_down_BA_sessions(struct net_device *dev, u8 *addr);
935u64 ieee80211_sta_get_rates(struct ieee80211_local *local, 937u64 ieee80211_sta_get_rates(struct ieee80211_local *local,
936 struct ieee802_11_elems *elems, 938 struct ieee802_11_elems *elems,
937 enum ieee80211_band band); 939 enum ieee80211_band band);