aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2010-06-10 04:21:43 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-06-14 15:39:27 -0400
commit67c282c00c9c06733aae229662d209957f6d23a7 (patch)
tree698270941e46c873e2c34fda0428ea457cd1926b /net/mac80211/ieee80211_i.h
parent0ab337032a0dfcd5f2527d3306d3deeba5f95b59 (diff)
mac80211: move BA session work
Move the block-ack session works into common code, since it will be needed for RX agg too in the next patches. Signed-off-by: Johannes Berg <johannes.berg@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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index aec84c36c4c1..628a53db9f7e 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1113,9 +1113,12 @@ void ieee80211_process_addba_request(struct ieee80211_local *local,
1113 1113
1114int __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, 1114int __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
1115 enum ieee80211_back_parties initiator); 1115 enum ieee80211_back_parties initiator);
1116int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
1117 enum ieee80211_back_parties initiator);
1116void ieee80211_start_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u16 tid); 1118void ieee80211_start_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u16 tid);
1117void ieee80211_stop_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u8 tid); 1119void ieee80211_stop_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u8 tid);
1118void ieee80211_tx_ba_session_work(struct work_struct *work); 1120void ieee80211_ba_session_work(struct work_struct *work);
1121void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid);
1119 1122
1120/* Spectrum management */ 1123/* Spectrum management */
1121void ieee80211_process_measurement_req(struct ieee80211_sub_if_data *sdata, 1124void ieee80211_process_measurement_req(struct ieee80211_sub_if_data *sdata,