acx-mac80211: fix build on kernel 4.9
authorMathias Kresin <dev@kresin.me>
Sun, 19 Nov 2017 09:43:08 +0000 (10:43 +0100)
committerMathias Kresin <dev@kresin.me>
Wed, 22 Nov 2017 07:21:53 +0000 (08:21 +0100)
commit298ade22a030459fcd90593032af9f1e5da37c77
treef0b42395d8c2b485be0672daebafce010841cfb8
parentaa82141d9be0bbac5bf7c8b82fe1b1581e679587
acx-mac80211: fix build on kernel 4.9

The DEFINE_PCI_DEVICE_TABLE macro was removed with upstream commit
7e9321599011 ("treewide: remove references to the now unnecessary
DEFINE_PCI_DEVICE_TABLE").

Use the pci_device_id struct to fix the acx-mac80211 build failure on
ramips.

Signed-off-by: Mathias Kresin <dev@kresin.me>
package/kernel/acx-mac80211/patches/100-compat.patch [new file with mode: 0644]