Skip to content

Commit eb85df0

Browse files
LorenzoBianconiKalle Valo
authored andcommitted
wifi: mt76: mt7921: fix fw used for offload check for mt7922
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: 034ae28 ("wifi: mt76: mt7921: introduce remain_on_channel support") Cc: [email protected] Signed-off-by: Lorenzo Bianconi <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/632d8f0c9781c9902d7160e2c080aa7e9232d50d.1679997487.git.lorenzo@kernel.org
1 parent 2ceb76f commit eb85df0

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/mediatek/mt76/mt7921

1 file changed

+1
-1
lines changed

drivers/net/wireless/mediatek/mt76/mt7921/pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static const struct pci_device_id mt7921_pci_device_table[] = {
2020
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0608),
2121
.driver_data = (kernel_ulong_t)MT7921_FIRMWARE_WM },
2222
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0616),
23-
.driver_data = (kernel_ulong_t)MT7921_FIRMWARE_WM },
23+
.driver_data = (kernel_ulong_t)MT7922_FIRMWARE_WM },
2424
{ },
2525
};
2626

0 commit comments

Comments
 (0)