rsi: Changed the return value to enable BA set-up
authorJahnavi Meher <jahnavi.meher@redpinesignals.com>
Mon, 12 May 2014 10:17:40 +0000 (15:47 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 13 May 2014 19:56:53 +0000 (15:56 -0400)
Signed-off-by: Jahnavi Meher <jahnavi.meher@redpinesignals.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rsi/rsi_91x_mac80211.c

index 84164747ace057ee11be9bc25bf8b63bb30407b2..54aaeb09debf568c9dcad47ae3892153c2d827d6 100644 (file)
@@ -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:
This page took 0.043724 seconds and 5 git commands to generate.