mac80211: split TX aggregation stop action
[deliverable/linux.git] / drivers / net / wireless / ti / wlcore / main.c
index ea9d8e011bc9d45f5414b43cb6d1e3af492a89c3..d7de06359ae1f71478bdbf47ba5b9140c9083eb3 100644 (file)
@@ -4575,7 +4575,9 @@ static int wl1271_op_ampdu_action(struct ieee80211_hw *hw,
         * Falling break here on purpose for all TX APDU commands.
         */
        case IEEE80211_AMPDU_TX_START:
-       case IEEE80211_AMPDU_TX_STOP:
+       case IEEE80211_AMPDU_TX_STOP_CONT:
+       case IEEE80211_AMPDU_TX_STOP_FLUSH:
+       case IEEE80211_AMPDU_TX_STOP_FLUSH_CONT:
        case IEEE80211_AMPDU_TX_OPERATIONAL:
                ret = -EINVAL;
                break;
This page took 0.025884 seconds and 5 git commands to generate.