summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/840-brcmsmac-remove-PCIE.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-18 01:26:36 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-18 01:26:36 +0000
commit9f3403679d823f3b7d4eb2e2918db58b1a0b8fff (patch)
treefe2a28fedad04703b1d6951b1bc0f33b08fa4fce /package/mac80211/patches/840-brcmsmac-remove-PCIE.patch
parent31767f1683b70f7f58c9e4aa08d1cfae167c9d71 (diff)
mac80211: update to wireless-testing 2012-06-14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32420 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/840-brcmsmac-remove-PCIE.patch')
-rw-r--r--package/mac80211/patches/840-brcmsmac-remove-PCIE.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/840-brcmsmac-remove-PCIE.patch b/package/mac80211/patches/840-brcmsmac-remove-PCIE.patch
index de8b46c94..ccb6fd09b 100644
--- a/package/mac80211/patches/840-brcmsmac-remove-PCIE.patch
+++ b/package/mac80211/patches/840-brcmsmac-remove-PCIE.patch
@@ -11,7 +11,7 @@
#ifdef DEBUG
#define SI_MSG(fmt, ...) pr_debug(fmt, ##__VA_ARGS__)
-@@ -777,7 +775,7 @@ void ai_pci_up(struct si_pub *sih)
+@@ -776,7 +774,7 @@ void ai_pci_up(struct si_pub *sih)
bcma_core_set_clockmode(cc, BCMA_CLKMODE_FAST);
}
@@ -20,7 +20,7 @@
bcma_core_pci_extend_L1timer(&sii->icbus->drv_pci, true);
}
-@@ -795,7 +793,7 @@ void ai_pci_down(struct si_pub *sih)
+@@ -794,7 +792,7 @@ void ai_pci_down(struct si_pub *sih)
bcma_core_set_clockmode(cc, BCMA_CLKMODE_DYNAMIC);
}