mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
1bfcc1ea8a
Brings lots of driver updates and API changes needed for mt76 updates. Disable iwlwifi and ath11k on 5.15, since backport is too difficult, and the only remaining targets won't need those drivers. Signed-off-by: Felix Fietkau <nbd@nbd.name>
11 lines
513 B
Diff
11 lines
513 B
Diff
--- a/drivers/net/wireless/marvell/mwl8k.c
|
|
+++ b/drivers/net/wireless/marvell/mwl8k.c
|
|
@@ -5707,6 +5707,7 @@ MODULE_FIRMWARE("mwl8k/fmimage_8366.fw")
|
|
MODULE_FIRMWARE(MWL8K_8366_AP_FW(MWL8K_8366_AP_FW_API));
|
|
|
|
static const struct pci_device_id mwl8k_pci_id_table[] = {
|
|
+ { PCI_VDEVICE(MARVELL, 0x2a02), .driver_data = MWL8363, },
|
|
{ PCI_VDEVICE(MARVELL, 0x2a0a), .driver_data = MWL8363, },
|
|
{ PCI_VDEVICE(MARVELL, 0x2a0c), .driver_data = MWL8363, },
|
|
{ PCI_VDEVICE(MARVELL, 0x2a24), .driver_data = MWL8363, },
|