Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus ↵ | Jo-Philipp Wich | 2011-07-24 | 1 | -2/+2 |
| | | | | | | - 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 | ||||
* | broadcom-wl: fix wild ssb_device accesses as pci_dev for legacy pci dma api | Felix Fietkau | 2011-05-19 | 1 | -0/+88 |
broadcom-wl driver bound to ssb device with ssb driver probe have osh handle struct pdev pointer value initialized with ssb_device pointer. Later on pdev is used with legacy pci dma api as pci_dev thus causing oops sometimes. The patch replaces legacy pci dma api and pass relevant device struct pointer to avoid crashes. Signed-off-by: George Kashperko <george@znau.edu.ua> SVN-Revision: 26949 |