mac80211: split TX aggregation stop action
[deliverable/linux.git] / drivers / net / wireless / mac80211_hwsim.c
index 145498f8411f658be538985943c96c3b6995f718..d248a4cc665645c1aa8c59e0296d5499f596450a 100644 (file)
@@ -1312,7 +1312,9 @@ static int mac80211_hwsim_ampdu_action(struct ieee80211_hw *hw,
        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.027462 seconds and 5 git commands to generate.