diff options
author | David S. Miller <davem@davemloft.net> | 2009-12-02 01:13:38 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-12-02 01:13:38 -0500 |
commit | ff9c38bba37937adb909cceb2a6521f2e92e17c6 (patch) | |
tree | 93bd6152d9fa28348be99ef1c788040cc7b7a94d /include/net/mac80211.h | |
parent | 65c0cfafce9575319fb6f70080fbe226e5617e3b (diff) | |
parent | b2722b1c3a893ec6021508da15b32282ec79f4da (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
net/mac80211/ht.c
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 3754ea405c88..68a9c5f3412f 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1300,6 +1300,12 @@ enum ieee80211_filter_flags { | |||
1300 | * | 1300 | * |
1301 | * These flags are used with the ampdu_action() callback in | 1301 | * These flags are used with the ampdu_action() callback in |
1302 | * &struct ieee80211_ops to indicate which action is needed. | 1302 | * &struct ieee80211_ops to indicate which action is needed. |
1303 | * | ||
1304 | * Note that drivers MUST be able to deal with a TX aggregation | ||
1305 | * session being stopped even before they OK'ed starting it by | ||
1306 | * calling ieee80211_start_tx_ba_cb(_irqsafe), because the peer | ||
1307 | * might receive the addBA frame and send a delBA right away! | ||
1308 | * | ||
1303 | * @IEEE80211_AMPDU_RX_START: start Rx aggregation | 1309 | * @IEEE80211_AMPDU_RX_START: start Rx aggregation |
1304 | * @IEEE80211_AMPDU_RX_STOP: stop Rx aggregation | 1310 | * @IEEE80211_AMPDU_RX_STOP: stop Rx aggregation |
1305 | * @IEEE80211_AMPDU_TX_START: start Tx aggregation | 1311 | * @IEEE80211_AMPDU_TX_START: start Tx aggregation |