summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/840-brcmsmac-remove-PCIE.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/840-brcmsmac-remove-PCIE.patch')
-rw-r--r--package/mac80211/patches/840-brcmsmac-remove-PCIE.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/package/mac80211/patches/840-brcmsmac-remove-PCIE.patch b/package/mac80211/patches/840-brcmsmac-remove-PCIE.patch
deleted file mode 100644
index ccb6fd09b..000000000
--- a/package/mac80211/patches/840-brcmsmac-remove-PCIE.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c
-+++ b/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c
-@@ -320,9 +320,7 @@
- #define IS_SIM(chippkg) \
- ((chippkg == HDLSIM_PKG_ID) || (chippkg == HWSIM_PKG_ID))
-
--#define PCIE(sih) (ai_get_buscoretype(sih) == PCIE_CORE_ID)
--
--#define PCI_FORCEHT(sih) (PCIE(sih) && (ai_get_chip_id(sih) == BCM4716_CHIP_ID))
-+#define PCI_FORCEHT(sih) ((ai_get_buscoretype(sih) == PCIE_CORE_ID) && (ai_get_chip_id(sih) == BCM4716_CHIP_ID))
-
- #ifdef DEBUG
- #define SI_MSG(fmt, ...) pr_debug(fmt, ##__VA_ARGS__)
-@@ -776,7 +774,7 @@ void ai_pci_up(struct si_pub *sih)
- bcma_core_set_clockmode(cc, BCMA_CLKMODE_FAST);
- }
-
-- if (PCIE(sih))
-+ if (sii->icbus->hosttype == BCMA_HOSTTYPE_PCI)
- bcma_core_pci_extend_L1timer(&sii->icbus->drv_pci, true);
- }
-
-@@ -794,7 +792,7 @@ void ai_pci_down(struct si_pub *sih)
- bcma_core_set_clockmode(cc, BCMA_CLKMODE_DYNAMIC);
- }
-
-- if (PCIE(sih))
-+ if (sii->icbus->hosttype == BCMA_HOSTTYPE_PCI)
- bcma_core_pci_extend_L1timer(&sii->icbus->drv_pci, false);
- }
-