aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2010-04-26 17:59:49 +0000
committerHauke Mehrtens <hauke@openwrt.org>2010-04-26 17:59:49 +0000
commitc2a7abf19cafc8d9afdb7c55f5c817f29f3f58cd (patch)
tree396ed2c587a881262e4cbead3bf8dca4949998d7 /package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch
parentfe2c15b6a5748e428d2dd271ef1e52f92cbeaceb (diff)
downloadupstream-c2a7abf19cafc8d9afdb7c55f5c817f29f3f58cd.tar.gz
upstream-c2a7abf19cafc8d9afdb7c55f5c817f29f3f58cd.tar.bz2
upstream-c2a7abf19cafc8d9afdb7c55f5c817f29f3f58cd.zip
mac80211: add pci id for WNR854T
This closes #7209 and is an addition to r21077. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21167 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch')
-rw-r--r--package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch b/package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch
new file mode 100644
index 0000000000..4a2b4dc5c1
--- /dev/null
+++ b/package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch
@@ -0,0 +1,10 @@
+--- a/drivers/net/wireless/mwl8k.c
++++ b/drivers/net/wireless/mwl8k.c
+@@ -3852,6 +3852,7 @@ MODULE_FIRMWARE("mwl8k/helper_8366.fw");
+ MODULE_FIRMWARE("mwl8k/fmimage_8366.fw");
+
+ static DEFINE_PCI_DEVICE_TABLE(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, },