Skip to content

Commit

Permalink
Avoid data sending to firmware after BA removed.
Browse files Browse the repository at this point in the history
Signed-off-by: David Lin <dlin@marvell.com>
  • Loading branch information
yuhhaurlin committed Nov 23, 2016
1 parent 4eb3797 commit fd9c218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mac80211.c
Expand Up @@ -633,6 +633,7 @@ static int mwl_mac80211_ampdu_action(struct ieee80211_hw *hw,
case IEEE80211_AMPDU_TX_STOP_FLUSH_CONT:
if (stream) {
if (stream->state == AMPDU_STREAM_ACTIVE) {
stream->state = AMPDU_STREAM_IN_PROGRESS;
mwl_tx_del_ampdu_pkts(hw, sta, tid);
idx = stream->idx;
spin_unlock_bh(&priv->stream_lock);
Expand Down

0 comments on commit fd9c218

Please sign in to comment.