diff mbox

[1/1] rsi: Changed the return value to enable BA set-up

Message ID 53709FC4.3070700@redpinesignals.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Jahnavi May 12, 2014, 10:17 a.m. UTC
From: Jahnavi Meher <jahnavi.meher@redpinesignals.com>

Signed-off-by: Jahnavi Meher <jahnavi.meher@redpinesignals.com>
---

rsi_91x_mac80211.c |    1 +
1 file changed, 1 insertion(+)



--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

John W. Linville May 13, 2014, 7:42 p.m. UTC | #1
Please format you patches so that they can be applied with 'patch -p1'...

I'll fix-up this one and merge it.

On Mon, May 12, 2014 at 03:47:40PM +0530, Jahnavi Meher wrote:
> From: Jahnavi Meher <jahnavi.meher@redpinesignals.com>
> 
> Signed-off-by: Jahnavi Meher <jahnavi.meher@redpinesignals.com>
> ---
> 
> rsi_91x_mac80211.c |    1 +
> 1 file changed, 1 insertion(+)
> 
> diff -uprN a/linux-3.15-rc5/drivers/net/wireless/rsi/rsi_91x_mac80211.c b/linux-3.15-rc5/drivers/net/wireless/rsi/rsi_91x_mac80211.c
> --- a/linux-3.15-rc5/drivers/net/wireless/rsi/rsi_91x_mac80211.c	2014-05-10 01:40:52.000000000 +0530
> +++ b/linux-3.15-rc5/drivers/net/wireless/rsi/rsi_91x_mac80211.c	2014-05-12 15:15:42.272468987 +0530
> @@ -656,6 +656,7 @@ static int rsi_mac80211_ampdu_action(str
>  	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:
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
diff mbox

Patch

diff -uprN a/linux-3.15-rc5/drivers/net/wireless/rsi/rsi_91x_mac80211.c b/linux-3.15-rc5/drivers/net/wireless/rsi/rsi_91x_mac80211.c
--- a/linux-3.15-rc5/drivers/net/wireless/rsi/rsi_91x_mac80211.c	2014-05-10 01:40:52.000000000 +0530
+++ b/linux-3.15-rc5/drivers/net/wireless/rsi/rsi_91x_mac80211.c	2014-05-12 15:15:42.272468987 +0530
@@ -656,6 +656,7 @@  static int rsi_mac80211_ampdu_action(str
 	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: