mac80211: split TX aggregation stop action
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt2800lib.c
index 197b4466a5d2a44378f998fdefa2c221ae6124c6..12f93e42e1606143b9e1f7d0cf0d064eacff4ebe 100644 (file)
@@ -5484,7 +5484,9 @@ int rt2800_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
        case IEEE80211_AMPDU_TX_START:
                ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
                break;
-       case IEEE80211_AMPDU_TX_STOP:
+       case IEEE80211_AMPDU_TX_STOP_CONT:
+       case IEEE80211_AMPDU_TX_STOP_FLUSH:
+       case IEEE80211_AMPDU_TX_STOP_FLUSH_CONT:
                ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
                break;
        case IEEE80211_AMPDU_TX_OPERATIONAL:
This page took 0.066253 seconds and 5 git commands to generate.