summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/860-brcmsmac-wflush-objmem.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-09 12:45:28 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-09 12:45:28 +0000
commitc18804b0095a146a511bbb68ad47a828bf7e0041 (patch)
treef7afffa09343f242197687392735469039f3141b /package/mac80211/patches/860-brcmsmac-wflush-objmem.patch
parent071b49784b403690430990bd4baa35166f4acbea (diff)
mac80211: update to 2013-01-07, add several ath9k stability fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35063 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a2ab24dcb..000000000
--- 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);
- }
-
- /*