summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-08-08 00:53:16 +0200
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-08-12 18:12:03 -0700
commit4a9c259d06e76fc655723f5a78f722111bfd7993 (patch)
tree7e0eb6067126fa181201a3ab216b0682e96fefc8 /patches
parentfe8230e7ac641109b6cfd2b365c476ca781e3d8c (diff)
backports: remove some remaining parts form old alx driver
This removed some old parts remaining from the old alx driver. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/unified-drivers/network/0004-alx-intx-msi-workaround/alx.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/unified-drivers/network/0004-alx-intx-msi-workaround/alx.patch b/patches/unified-drivers/network/0004-alx-intx-msi-workaround/alx.patch
deleted file mode 100644
index 83ed16e3..00000000
--- a/patches/unified-drivers/network/0004-alx-intx-msi-workaround/alx.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/drivers/net/ethernet/atheros/alx/alx_main.c
-+++ b/drivers/net/ethernet/atheros/alx/alx_main.c
-@@ -1032,6 +1032,9 @@ static int alx_identify_hw(struct alx_ad
- if (rev < ALX_REV_C0) {
- hw->ptrn_ofs = 0x600;
- hw->max_ptrns = 8;
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
-+ pdev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG;
-+#endif
- } else {
- hw->ptrn_ofs = 0x14000;
- hw->max_ptrns = 16;