linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH wireless] wifi: mt76: mt7921: fix fw used for offload check for mt7922
@ 2023-03-28 10:01 Lorenzo Bianconi
  2023-03-28 11:51 ` Linux regression tracking (Thorsten Leemhuis)
  2023-03-31 15:03 ` [wireless] " Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2023-03-28 10:01 UTC (permalink / raw)
  To: kvalo; +Cc: lorenzo.bianconi, nbd, linux-wireless, sean.wang, deren.wu

Fix the firmware version used for offload capability check used by 0x0616
devices. This path enables offload capabilities for 0x0616 devices.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=217245
Fixes: 034ae28b56f1 ("wifi: mt76: mt7921: introduce remain_on_channel support")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 drivers/net/wireless/mediatek/mt76/mt7921/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/pci.c b/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
index cb72ded37256..5c23c827abe4 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
@@ -20,7 +20,7 @@ static const struct pci_device_id mt7921_pci_device_table[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0608),
 		.driver_data = (kernel_ulong_t)MT7921_FIRMWARE_WM },
 	{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0616),
-		.driver_data = (kernel_ulong_t)MT7921_FIRMWARE_WM },
+		.driver_data = (kernel_ulong_t)MT7922_FIRMWARE_WM },
 	{ },
 };
 
-- 
2.39.2


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

* Re: [PATCH wireless] wifi: mt76: mt7921: fix fw used for offload check for mt7922
  2023-03-28 10:01 [PATCH wireless] wifi: mt76: mt7921: fix fw used for offload check for mt7922 Lorenzo Bianconi
@ 2023-03-28 11:51 ` Linux regression tracking (Thorsten Leemhuis)
  2023-03-31 15:03 ` [wireless] " Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2023-03-28 11:51 UTC (permalink / raw)
  To: Lorenzo Bianconi, kvalo
  Cc: lorenzo.bianconi, nbd, linux-wireless, sean.wang, deren.wu

On 28.03.23 12:01, Lorenzo Bianconi wrote:
> Fix the firmware version used for offload capability check used by 0x0616
> devices. This path enables offload capabilities for 0x0616 devices.
> 
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=217245
> Fixes: 034ae28b56f1 ("wifi: mt76: mt7921: introduce remain_on_channel support")
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>

Please add a

Cc: stable@vger.kernel.org

To ensure this is backported to the 6.2 series (a fixes tag is not
guaranteed to suffice).

Ciao, Thorsten

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

* Re: [wireless] wifi: mt76: mt7921: fix fw used for offload check for mt7922
  2023-03-28 10:01 [PATCH wireless] wifi: mt76: mt7921: fix fw used for offload check for mt7922 Lorenzo Bianconi
  2023-03-28 11:51 ` Linux regression tracking (Thorsten Leemhuis)
@ 2023-03-31 15:03 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2023-03-31 15:03 UTC (permalink / raw)
  To: Lorenzo Bianconi
  Cc: lorenzo.bianconi, nbd, linux-wireless, sean.wang, deren.wu

Lorenzo Bianconi <lorenzo@kernel.org> wrote:

> Fix the firmware version used for offload capability check used by 0x0616
> devices. This path enables offload capabilities for 0x0616 devices.
> 
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=217245
> Fixes: 034ae28b56f1 ("wifi: mt76: mt7921: introduce remain_on_channel support")
> Cc: stable@vger.kernel.org
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>

Patch applied to wireless.git, thanks.

eb85df0a5643 wifi: mt76: mt7921: fix fw used for offload check for mt7922

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/632d8f0c9781c9902d7160e2c080aa7e9232d50d.1679997487.git.lorenzo@kernel.org/

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


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

end of thread, other threads:[~2023-03-31 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28 10:01 [PATCH wireless] wifi: mt76: mt7921: fix fw used for offload check for mt7922 Lorenzo Bianconi
2023-03-28 11:51 ` Linux regression tracking (Thorsten Leemhuis)
2023-03-31 15:03 ` [wireless] " Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).