mac80211: split TX aggregation stop action
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / dvm / mac80211.c
index 3163e0f38c25109a3c5f5a2e7c71f39f37b40eda..02fdcea76b212dca9633facf76f10fabbb53c621 100644 (file)
@@ -679,7 +679,9 @@ static int iwlagn_mac_ampdu_action(struct ieee80211_hw *hw,
                IWL_DEBUG_HT(priv, "start Tx\n");
                ret = iwlagn_tx_agg_start(priv, vif, sta, tid, ssn);
                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:
                IWL_DEBUG_HT(priv, "stop Tx\n");
                ret = iwlagn_tx_agg_stop(priv, vif, sta, tid);
                if ((ret == 0) && (priv->agg_tids_count > 0)) {
This page took 0.026848 seconds and 5 git commands to generate.