From 1d7ae4aba7a252efb3fb84dce6362f99d4455b16 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 24 Jul 2011 14:10:39 +0000 Subject: 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 SVN-Revision: 27751 --- package/broadcom-wl/patches/006-generic-dma-api.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/broadcom-wl/patches/006-generic-dma-api.patch') diff --git a/package/broadcom-wl/patches/006-generic-dma-api.patch b/package/broadcom-wl/patches/006-generic-dma-api.patch index a4ac1d8..a90bbe1 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 --- 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 #endif /* mips */ -- cgit v1.1