aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/acx-mac80211/patches/100-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/acx-mac80211/patches/100-compat.patch')
-rw-r--r--package/kernel/acx-mac80211/patches/100-compat.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/kernel/acx-mac80211/patches/100-compat.patch b/package/kernel/acx-mac80211/patches/100-compat.patch
deleted file mode 100644
index 6fcab5ea43f..00000000000
--- a/package/kernel/acx-mac80211/patches/100-compat.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/pci.c b/pci.c
-index ae07f5a..72d542f 100644
---- a/pci.c
-+++ b/pci.c
-@@ -1495,7 +1495,11 @@ static struct acxpci_device_info acxpci_info_tbl[] __devinitdata = {
- #endif
-
- #ifdef CONFIG_PCI
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0)
- static DEFINE_PCI_DEVICE_TABLE(acxpci_id_tbl) = {
-+#else
-+static const struct pci_device_id acxpci_id_tbl[] = {
-+#endif
- { PCI_VDEVICE(TI, PCI_DEVICE_ID_TI_TNETW1100A),
- .driver_data = CHIPTYPE_ACX100,
- },