summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorLuca Coelho2017-08-18 14:33:56 +0200
committerJohannes Berg2017-09-21 11:42:00 +0200
commit1272c5d89b597995cb10db87dd4a1adc91d36006 (patch)
treebc11547988788d5e3a0b59fbc534d4aaeb1a224e /include/net/mac80211.h
parentmac80211: oce: enable receiving of bcast probe resp (diff)
downloadkernel-qcow2-linux-1272c5d89b597995cb10db87dd4a1adc91d36006.tar.gz
kernel-qcow2-linux-1272c5d89b597995cb10db87dd4a1adc91d36006.tar.xz
kernel-qcow2-linux-1272c5d89b597995cb10db87dd4a1adc91d36006.zip
mac80211: add documentation to ieee80211_rx_ba_offl()
Add documentation to ieee80211_rx_ba_offl() function and, while at it, rename the bit argument to tid, for consistency. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 885690fa39c8..cc9073e45be9 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -5441,8 +5441,14 @@ void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid,
*/
void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
+/**
+ * ieee80211_manage_rx_ba_offl - helper to queue an RX BA work
+ * @vif: &struct ieee80211_vif pointer from the add_interface callback
+ * @addr: station mac address
+ * @tid: the rx tid
+ */
void ieee80211_manage_rx_ba_offl(struct ieee80211_vif *vif, const u8 *addr,
- unsigned int bit);
+ unsigned int tid);
/**
* ieee80211_start_rx_ba_session_offl - start a Rx BA session