Commit Graph

13 Commits (6a5112a75054f4315c5042dcb83837dc35e0c488)

Author SHA1 Message Date
Felix Fietkau 2383a26168 broadcom-wl: fix wild ssb_device accesses as pci_dev for legacy pci dma api
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
13 years ago
Felix Fietkau 7c8564d7c5 broadcom-wl: fix uninitialized variable
It was causing an occasional kernel oops.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>

SVN-Revision: 26948
13 years ago
Hauke Mehrtens 3dbb8c5088 brcm47xx: add fallback sprom for pci devices without an own sprom.
If there is no sprom on an ssb based pci device on the brcm47xx
architecture ssb now asks the architecture code to look into the nvram
to get some sprom data for this device. Now we are able to read out
pci/1/1/ foo or pci/1/3/ foo config options.

This will fix some problems where the wireless devices does not got an
mac address and the following message was show:
ssb: WARNING: Invalid SPROM CRC (corrupt SPROM)

SVN-Revision: 26801
13 years ago
Hauke Mehrtens 1f8f2aaa37 broadcom-wl: remove pcmcia support
For kernel 2.6.36 some additional pcmcia backpots would be needed, but
this should not depend on pcmcia.

SVN-Revision: 23899
14 years ago
Jo-Philipp Wich 4ae595a3aa broadcom-wl: - update to v5.10.56.27.3 - get fallback SPROM from SSB if neither on-device SPROM nor nvram is available - working brcm63xx support
SVN-Revision: 22173
14 years ago
Hauke Mehrtens 9aa7a94047 broadcom-wl: fix compiling with kernel 2.6.35
SVN-Revision: 22138
14 years ago
Hauke Mehrtens 02a147de0c kernel: fix build problems with recent kernel versions
SVN-Revision: 22137
14 years ago
Jo-Philipp Wich 37f0636c3f broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) support
SVN-Revision: 22008
14 years ago
Jo-Philipp Wich 28e4d39009 broadcom-wl: - fix compilation against eglibc and glibc (#7521) - unbind device from b43 ssb bridge on boot (#7529)
SVN-Revision: 22007
14 years ago
Hauke Mehrtens 247b1ff93e compile fixes for kernel 2.6.34
SVN-Revision: 21829
14 years ago
Felix Fietkau b6fb8fd821 rename broadcom-wl to broadcom-wl-old
SVN-Revision: 21794
14 years ago
Gabor Juhos c7785c1add package/broadcom-wl: refresh patches
SVN-Revision: 20454
14 years ago
Felix Fietkau 0cb8228277 add timer fix by mmp from http://forum.openwrt.org/viewtopic.php?id=14841
SVN-Revision: 10750
16 years ago