Commit 5f407acb authored by Jahnavi Meher's avatar Jahnavi Meher Committed by John W. Linville

rsi: Changed the return value to enable BA set-up

Signed-off-by: default avatarJahnavi Meher <jahnavi.meher@redpinesignals.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 600a897d
...@@ -656,6 +656,7 @@ static int rsi_mac80211_ampdu_action(struct ieee80211_hw *hw, ...@@ -656,6 +656,7 @@ static int rsi_mac80211_ampdu_action(struct ieee80211_hw *hw,
case IEEE80211_AMPDU_TX_START: case IEEE80211_AMPDU_TX_START:
common->vif_info[ii].seq_start = seq_no; common->vif_info[ii].seq_start = seq_no;
ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid); ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
status = 0;
break; break;
case IEEE80211_AMPDU_TX_STOP_CONT: case IEEE80211_AMPDU_TX_STOP_CONT:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment