aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2800lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800lib.c')
-rw-r--r--drivers/net/wireless/rt2x00/rt2800lib.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
index 8e507d0b5789..028715730b2c 100644
--- a/drivers/net/wireless/rt2x00/rt2800lib.c
+++ b/drivers/net/wireless/rt2x00/rt2800lib.c
@@ -3452,8 +3452,12 @@ int rt2800_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3452 switch (action) { 3452 switch (action) {
3453 case IEEE80211_AMPDU_RX_START: 3453 case IEEE80211_AMPDU_RX_START:
3454 case IEEE80211_AMPDU_RX_STOP: 3454 case IEEE80211_AMPDU_RX_STOP:
3455 /* we don't support RX aggregation yet */ 3455 /*
3456 ret = -ENOTSUPP; 3456 * The hw itself takes care of setting up BlockAck mechanisms.
3457 * So, we only have to allow mac80211 to nagotiate a BlockAck
3458 * agreement. Once that is done, the hw will BlockAck incoming
3459 * AMPDUs without further setup.
3460 */
3457 break; 3461 break;
3458 case IEEE80211_AMPDU_TX_START: 3462 case IEEE80211_AMPDU_TX_START:
3459 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid); 3463 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);