aboutsummaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/patches/006-generic-dma-api.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-07-24 14:10:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-07-24 14:10:39 +0000
commit76f140409a9112440d56b9d54033d9e9ab241adf (patch)
treea885d4528a21fb5fd79e9faa59eb08878e372bb0 /package/broadcom-wl/patches/006-generic-dma-api.patch
parent3927d60ba3a09bafcbcd8f09be4f32ddee995458 (diff)
downloadmaster-187ad058-76f140409a9112440d56b9d54033d9e9ab241adf.tar.gz
master-187ad058-76f140409a9112440d56b9d54033d9e9ab241adf.tar.bz2
master-187ad058-76f140409a9112440d56b9d54033d9e9ab241adf.zip
[package] broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus
- refresh and reorder patches - introduce a unified BCMA/SSB glue driver to accomodate for both bus types on brcm47xx - extend wlunbind init script to detach device from bcma-pci-bridge as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27751 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl/patches/006-generic-dma-api.patch')
-rw-r--r--package/broadcom-wl/patches/006-generic-dma-api.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/broadcom-wl/patches/006-generic-dma-api.patch b/package/broadcom-wl/patches/006-generic-dma-api.patch
index a4ac1d8411..a90bbe1f96 100644
--- a/package/broadcom-wl/patches/006-generic-dma-api.patch
+++ b/package/broadcom-wl/patches/006-generic-dma-api.patch
@@ -11,8 +11,8 @@ Signed-off-by: George Kashperko <george@znau.edu.ua>
---
driver/linux_osl.c | 28 +++++++++++++++++++++++-----
1 file changed, 23 insertions(+), 5 deletions(-)
---- broadcom-wl-5.10.56.27.3.orig/driver/linux_osl.c 2011-05-17 23:40:00.000000000 +0300
-+++ broadcom-wl-5.10.56.27.3/driver/linux_osl.c 2011-05-17 23:46:01.000000000 +0300
+--- a/driver/linux_osl.c
++++ b/driver/linux_osl.c
@@ -25,6 +25,9 @@
#include <asm/paccess.h>
#endif /* mips */