[package] broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 24 Jul 2011 14:10:39 +0000 (14:10 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 24 Jul 2011 14:10:39 +0000 (14:10 +0000)
commit8a9ab6193245e511313243ff7fb88760d47ecaeb
treea885d4528a21fb5fd79e9faa59eb08878e372bb0
parent974de60265838b024065e790a76d3e43f47eedf8
[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

SVN-Revision: 27751
package/broadcom-wl/Makefile
package/broadcom-wl/files/etc/init.d/wlunbind
package/broadcom-wl/patches/005-fix-mem-leak-on-unload.patch [new file with mode: 0644]
package/broadcom-wl/patches/006-fix-mem-leak-on-unload.patch [deleted file]
package/broadcom-wl/patches/006-generic-dma-api.patch
package/broadcom-wl/patches/007-add-bcma-support.patch [new file with mode: 0644]
package/broadcom-wl/patches/910-fallback-sprom.patch
package/broadcom-wl/src/glue/Makefile [new file with mode: 0644]
package/broadcom-wl/src/glue/wl_glue.c [new file with mode: 0644]
package/broadcom-wl/src/glue/wl_glue.h [new file with mode: 0644]