All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mt76x2: fix tssi initialization for 5GHz band
       [not found] <cover.1522766285.git.lorenzo.bianconi@redhat.com>
@ 2018-04-03 14:45 ` Lorenzo Bianconi
  2018-04-03 19:10   ` Felix Fietkau
  2018-04-24 17:29   ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2018-04-03 14:45 UTC (permalink / raw)
  To: nbd; +Cc: linux-wireless

Fix mcu initial configuration for tssi calibration on 5GHz band

Fixes: 7bc04215a66b ("mt76: add driver code for MT76x2e")
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 drivers/net/wireless/mediatek/mt76/mt76x2_phy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2_phy.c b/drivers/net/wireless/mediatek/mt76/mt76x2_phy.c
index fcc37eb7ce0b..f28c55746cea 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76x2_phy.c
+++ b/drivers/net/wireless/mediatek/mt76/mt76x2_phy.c
@@ -180,7 +180,7 @@ mt76x2_phy_tssi_init_cal(struct mt76x2_dev *dev)
 	if (mt76x2_channel_silent(dev))
 		return false;
 
-	if (chan->band == NL80211_BAND_2GHZ)
+	if (chan->band == NL80211_BAND_5GHZ)
 		flag |= BIT(0);
 
 	if (mt76x2_ext_pa_enabled(dev, chan->band))
-- 
2.14.3

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

* Re: [PATCH] mt76x2: fix tssi initialization for 5GHz band
  2018-04-03 14:45 ` [PATCH] mt76x2: fix tssi initialization for 5GHz band Lorenzo Bianconi
@ 2018-04-03 19:10   ` Felix Fietkau
  2018-04-24 17:29   ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Felix Fietkau @ 2018-04-03 19:10 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: linux-wireless

On 2018-04-03 16:45, Lorenzo Bianconi wrote:
> Fix mcu initial configuration for tssi calibration on 5GHz band
> 
> Fixes: 7bc04215a66b ("mt76: add driver code for MT76x2e")
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Acked-by: Felix Fietkau <nbd@nbd.name>

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

* Re: mt76x2: fix tssi initialization for 5GHz band
  2018-04-03 14:45 ` [PATCH] mt76x2: fix tssi initialization for 5GHz band Lorenzo Bianconi
  2018-04-03 19:10   ` Felix Fietkau
@ 2018-04-24 17:29   ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2018-04-24 17:29 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: nbd, linux-wireless

Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:

> Fix mcu initial configuration for tssi calibration on 5GHz band
> 
> Fixes: 7bc04215a66b ("mt76: add driver code for MT76x2e")
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
> Acked-by: Felix Fietkau <nbd@nbd.name>

Patch applied to wireless-drivers-next.git, thanks.

2cb161094ef9 mt76x2: fix tssi initialization for 5GHz band

-- 
https://patchwork.kernel.org/patch/10321335/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

end of thread, other threads:[~2018-04-24 17:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1522766285.git.lorenzo.bianconi@redhat.com>
2018-04-03 14:45 ` [PATCH] mt76x2: fix tssi initialization for 5GHz band Lorenzo Bianconi
2018-04-03 19:10   ` Felix Fietkau
2018-04-24 17:29   ` 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.