summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/860-brcmsmac-wflush-objmem.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-09 12:45:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-09 12:45:28 +0000
commit5c9fd3b2d26012f8b77d1f5c86bf0b9223460cf4 (patch)
tree3b9cc236acb707d3a563f84f91f5d7fc6c183bd4 /package/mac80211/patches/860-brcmsmac-wflush-objmem.patch
parent4834d09a3f91622bb78e2163181a976933a96c43 (diff)
downloadmaster-31e0f0ae-5c9fd3b2d26012f8b77d1f5c86bf0b9223460cf4.tar.gz
master-31e0f0ae-5c9fd3b2d26012f8b77d1f5c86bf0b9223460cf4.tar.bz2
master-31e0f0ae-5c9fd3b2d26012f8b77d1f5c86bf0b9223460cf4.zip
mac80211: update to 2013-01-07, add several ath9k stability fixes
SVN-Revision: 35063
Diffstat (limited to 'package/mac80211/patches/860-brcmsmac-wflush-objmem.patch')
-rw-r--r--package/mac80211/patches/860-brcmsmac-wflush-objmem.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/860-brcmsmac-wflush-objmem.patch b/package/mac80211/patches/860-brcmsmac-wflush-objmem.patch
deleted file mode 100644
index a2ab24dcb7..0000000000
--- a/package/mac80211/patches/860-brcmsmac-wflush-objmem.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/wireless/brcm80211/brcmsmac/main.c
-+++ b/drivers/net/wireless/brcm80211/brcmsmac/main.c
-@@ -2922,7 +2922,7 @@ brcms_b_write_objmem(struct brcms_hardwa
- if (offset & 2)
- objoff += 2;
-
-- bcma_write16(core, objoff, v);
-+ bcma_wflush16(core, objoff, v);
- }
-
- /*