mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
0b2c42ced2
This updates mac80211 to version 5.2-rc7, this contains all the changes to the wireless subsystem up to Linux 5.2-rc7. * The removed patches are applied upstream * b43 now uses kmod-lib-cordic * Update the nl80211.h file in iw to match backports version. * Remove the two backports from kernel 4.9, they were needed for mt76, but that can use the version from backports now, otherwise they collide and cause compile errors. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
513 B
Diff
11 lines
513 B
Diff
--- a/drivers/net/wireless/marvell/mwl8k.c
|
|
+++ b/drivers/net/wireless/marvell/mwl8k.c
|
|
@@ -5694,6 +5694,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, },
|