diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-18 01:26:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-18 01:26:36 +0000 |
commit | 33600679329458db7a0d258f3985daa52d98bf75 (patch) | |
tree | 9c5f6766d736f534cb39faa25b00a9b126d26f94 /package/mac80211/patches/840-brcmsmac-remove-PCIE.patch | |
parent | c73b39fd302245a47813d1a41a082df7b82c45fb (diff) | |
download | mtk-20170518-33600679329458db7a0d258f3985daa52d98bf75.zip mtk-20170518-33600679329458db7a0d258f3985daa52d98bf75.tar.gz mtk-20170518-33600679329458db7a0d258f3985daa52d98bf75.tar.bz2 |
mac80211: update to wireless-testing 2012-06-14
SVN-Revision: 32420
Diffstat (limited to 'package/mac80211/patches/840-brcmsmac-remove-PCIE.patch')
-rw-r--r-- | package/mac80211/patches/840-brcmsmac-remove-PCIE.patch | 4 |
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 de8b46c..ccb6fd0 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); } |