All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mwifiex: correction in Rx STBC field of htcapinfo
@ 2016-09-09 14:56 Amitkumar Karwar
  2016-09-14 17:00 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Amitkumar Karwar @ 2016-09-09 14:56 UTC (permalink / raw)
  To: linux-wireless; +Cc: Nishant Sarmukadam, Amitkumar Karwar

Currently Rx STBC in assoc request frame is advertised as 3. It should
be 2, as our chipsets support two spatial streams.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
---
 drivers/net/wireless/marvell/mwifiex/cfg80211.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
index 33e7a74..7a9b431 100644
--- a/drivers/net/wireless/marvell/mwifiex/cfg80211.c
+++ b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
@@ -2756,7 +2756,7 @@ mwifiex_setup_ht_caps(struct ieee80211_sta_ht_cap *ht_info,
 		ht_info->cap &= ~IEEE80211_HT_CAP_SGI_40;
 
 	if (adapter->user_dev_mcs_support == HT_STREAM_2X2)
-		ht_info->cap |= 3 << IEEE80211_HT_CAP_RX_STBC_SHIFT;
+		ht_info->cap |= 2 << IEEE80211_HT_CAP_RX_STBC_SHIFT;
 	else
 		ht_info->cap |= 1 << IEEE80211_HT_CAP_RX_STBC_SHIFT;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: mwifiex: correction in Rx STBC field of htcapinfo
  2016-09-09 14:56 [PATCH] mwifiex: correction in Rx STBC field of htcapinfo Amitkumar Karwar
@ 2016-09-14 17:00 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2016-09-14 17:00 UTC (permalink / raw)
  To: Amitkumar Karwar; +Cc: linux-wireless, Nishant Sarmukadam, Amitkumar Karwar

Amitkumar Karwar <akarwar@marvell.com> wrote:
> Currently Rx STBC in assoc request frame is advertised as 3. It should
> be 2, as our chipsets support two spatial streams.
> 
> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>

Thanks, 1 patch applied to wireless-drivers-next.git:

ae1799a1cb13 mwifiex: correction in Rx STBC field of htcapinfo

-- 
Sent by pwcli
https://patchwork.kernel.org/patch/9323739/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-14 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-09 14:56 [PATCH] mwifiex: correction in Rx STBC field of htcapinfo Amitkumar Karwar
2016-09-14 17:00 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.