mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 03:33:59 +08:00
rsi: Changed the return value to enable BA set-up
Signed-off-by: Jahnavi Meher <jahnavi.meher@redpinesignals.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
600a897d81
commit
5f407acbb7
@ -656,6 +656,7 @@ static int rsi_mac80211_ampdu_action(struct ieee80211_hw *hw,
|
||||
case IEEE80211_AMPDU_TX_START:
|
||||
common->vif_info[ii].seq_start = seq_no;
|
||||
ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
|
||||
status = 0;
|
||||
break;
|
||||
|
||||
case IEEE80211_AMPDU_TX_STOP_CONT:
|
||||
|
Loading…
Reference in New Issue
Block a user