Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | broadcom-wl: read channel using wlc on detect | Hauke Mehrtens | 2013-04-28 | 1 | -1/+4 |
| | | | | | | | | | | Hardcoding channel number to 11 is a bad idea, it may be even not available on some devices. If there are two single-band radios, the one for 5GHz doesn't have 11 channel. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 36479 | ||||
* | broadcom-wl: hack to work around a bug in the PCIe controller | Hauke Mehrtens | 2013-02-24 | 1 | -0/+12 |
| | | | | | | | | Thank you nlh This closes #12930. SVN-Revision: 35767 | ||||
* | broadcom-wl: Pass physical address to wl_attach | Hauke Mehrtens | 2012-12-13 | 1 | -1/+1 |
| | | | | | | | | wl_attach expects a physical address, as it performs the mapping internally. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34671 | ||||
* | broadcom-wl: get the mmio address directly from the struct if bcma is used. | Hauke Mehrtens | 2012-12-02 | 1 | -3/+1 |
| | | | | SVN-Revision: 34452 | ||||
* | broadcom-wl: fix two problems when more then one wifi card is available. | Hauke Mehrtens | 2012-11-25 | 2 | -0/+43 |
| | | | | | | | | * The device should get a unique name at the beginning and not wl%d. * load the nvram just one time into the own buffer, also when there is more than one device. SVN-Revision: 34381 | ||||
* | brcm47xx: add support for kernel 3.6 | Hauke Mehrtens | 2012-11-18 | 1 | -0/+12 |
| | | | | | | This is based on the patch by Peter Wagner. SVN-Revision: 34252 | ||||
* | broadcom-wl: fix build after IRQF_SAMPLE_RANDOM flag removal (#12248) | Florian Fainelli | 2012-10-04 | 2 | -1/+12 |
| | | | | SVN-Revision: 33617 | ||||
* | broadcom-wl: fix WDS hotplug for multiple networks | Jo-Philipp Wich | 2012-06-26 | 1 | -1/+3 |
| | | | | SVN-Revision: 32505 | ||||
* | broadcom-wl: remove an erroneous BUG() call in the glue driver | Jo-Philipp Wich | 2012-02-24 | 2 | -8/+2 |
| | | | | SVN-Revision: 30709 | ||||
* | broadcom-wl: fix reading fallback sprom for pci devices. | Hauke Mehrtens | 2012-02-10 | 1 | -0/+11 |
| | | | | | | | | | | | | | When using the Broadcom SDK the SSB bus is emulated as an PCI bus so the PCI bus number of the first real pci bus is increased by one. The variable names in the nvram are created with that structure in mind. To fix this we have ti increases the pci bus number by one. This was also done for ssb some time ago. This is based on a patch by nlh. This closes #10917 SVN-Revision: 30422 | ||||
* | broadcom-wl: fix compile with kernel 3.2 | Hauke Mehrtens | 2012-02-10 | 1 | -0/+27 |
| | | | | SVN-Revision: 30421 | ||||
* | broadcom-wl: turn on wmm by default, disabling it by default makes no sense, ↵ | Felix Fietkau | 2012-02-07 | 1 | -2/+2 |
| | | | | | | and without it 802.11n does not work (fixes #10918) SVN-Revision: 30362 | ||||
* | broadcom-wl: align RADIUS options with r26482, patch by Etienne Champetier ↵ | Jo-Philipp Wich | 2011-11-14 | 2 | -7/+10 |
| | | | | | | <etienne.champetier@free.fr> SVN-Revision: 29136 | ||||
* | broadcom-wl: implement wpa_group_rekey option (mapped to nas -g) | Jo-Philipp Wich | 2011-09-09 | 1 | -2/+8 |
| | | | | SVN-Revision: 28208 | ||||
* | broadcom-wl: introduce "disabled" option for wifi-iface section to shutdown ↵ | Jo-Philipp Wich | 2011-09-08 | 1 | -1/+4 |
| | | | | | | single networks on a radio SVN-Revision: 28200 | ||||
* | brcm47xx: update patches | Hauke Mehrtens | 2011-08-04 | 1 | -1/+1 |
| | | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates SVN-Revision: 27902 | ||||
* | broadcom-wl: fix setup of virtual interfaces (patch by Nathan Hintz) | Felix Fietkau | 2011-08-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 27868 | ||||
* | broadcom-wl: give the 007 patch a more meaningful name | Jo-Philipp Wich | 2011-07-24 | 1 | -0/+0 |
| | | | | SVN-Revision: 27752 | ||||
* | broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus ↵ | Jo-Philipp Wich | 2011-07-24 | 9 | -10/+568 |
| | | | | | | - 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 memory corruption and leakage on remove (patch from #9576 ↵ | Felix Fietkau | 2011-07-02 | 1 | -0/+31 |
| | | | | | | by George Kashperko) SVN-Revision: 27348 | ||||
* | 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 | ||||
* | broadcom-wl: fix uninitialized variable | Felix Fietkau | 2011-05-19 | 1 | -1/+2 |
| | | | | | | | | It was causing an occasional kernel oops. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 26948 | ||||
* | brcm47xx: add fallback sprom for pci devices without an own sprom. | Hauke Mehrtens | 2011-05-01 | 2 | -36/+30 |
| | | | | | | | | | | | | | 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 | ||||
* | broadcom-wl: remove pcmcia support | Hauke Mehrtens | 2010-11-06 | 2 | -12/+22 |
| | | | | | | | For kernel 2.6.36 some additional pcmcia backpots would be needed, but this should not depend on pcmcia. SVN-Revision: 23899 | ||||
* | wifi: change the default channel from 5 to 11, 5 was a really bad choice | Felix Fietkau | 2010-10-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 23423 | ||||
* | broadcom-wl: fix md5sums | Jo-Philipp Wich | 2010-07-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 22175 | ||||
* | broadcom-wl: - update to v5.10.56.27.3 - get fallback SPROM from SSB if ↵ | Jo-Philipp Wich | 2010-07-13 | 3 | -33/+91 |
| | | | | | | neither on-device SPROM nor nvram is available - working brcm63xx support SVN-Revision: 22173 | ||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 22145 | ||||
* | broadcom-wl: fix compiling with kernel 2.6.35 | Hauke Mehrtens | 2010-07-11 | 1 | -0/+12 |
| | | | | SVN-Revision: 22138 | ||||
* | kernel: fix build problems with recent kernel versions | Hauke Mehrtens | 2010-07-11 | 1 | -0/+40 |
| | | | | SVN-Revision: 22137 | ||||
* | broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) support | Jo-Philipp Wich | 2010-07-01 | 2 | -27/+8 |
| | | | | SVN-Revision: 22008 | ||||
* | broadcom-wl: - fix compilation against eglibc and glibc (#7521) - unbind ↵ | Jo-Philipp Wich | 2010-07-01 | 3 | -1/+61 |
| | | | | | | device from b43 ssb bridge on boot (#7529) SVN-Revision: 22007 | ||||
* | broadcom-wl: align wpa encryption value and cipher override format with ↵ | Jo-Philipp Wich | 2010-06-30 | 1 | -8/+27 |
| | | | | | | hostapd.sh SVN-Revision: 21997 | ||||
* | remove linux 2.4 support from several packages | Felix Fietkau | 2010-06-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 21954 | ||||
* | broadcom-wl, broadcom-wl-old: binary 2.6 wl restricts the whole menuconfig ↵ | Jo-Philipp Wich | 2010-06-21 | 1 | -1/+1 |
| | | | | | | submenu to brcm47xx, make menu depend on brcm47xx or brcm-2.4 in old and new driver package while brcm-2.4 target is still around SVN-Revision: 21857 | ||||
* | compile fixes for kernel 2.6.34 | Hauke Mehrtens | 2010-06-17 | 1 | -0/+22 |
| | | | | SVN-Revision: 21829 | ||||
* | fix typo in broadcom-wl | Florian Fainelli | 2010-06-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 21819 | ||||
* | Add a new kernel-version independent broadcom binary driver for brcm47xx ↵ | Felix Fietkau | 2010-06-15 | 4 | -0/+1665 |
| | | | | | | (contributed by NewMedia-NET) This will allow us to get rid of brcm-2.4 soon. [ ... and there was much rejoicing ] SVN-Revision: 21809 | ||||
* | rename broadcom-wl to broadcom-wl-old | Felix Fietkau | 2010-06-14 | 45 | -16598/+0 |
| | | | | SVN-Revision: 21794 | ||||
* | bump release number for packages ahead of backfire in trunk | Nicolas Thill | 2010-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 21556 | ||||
* | bump a bunch of packages updated after 10.03 | Nicolas Thill | 2010-05-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 21477 | ||||
* | broadcom-wl: check iface pid file when invoking nas, fixes starting nas for ↵ | Jo-Philipp Wich | 2010-05-07 | 1 | -2/+3 |
| | | | | | | additional wireless networks (#7255) SVN-Revision: 21394 | ||||
* | broadcom-wl: fix 11bg hwmode, add lrs mode | Jo-Philipp Wich | 2010-04-09 | 1 | -4/+6 |
| | | | | SVN-Revision: 20768 | ||||
* | broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g (G ↵ | Jo-Philipp Wich | 2010-04-07 | 2 | -0/+16 |
| | | | | | | only), 11gst (G performance) and 11bg (default) SVN-Revision: 20740 | ||||
* | package/broadcom-wl: refresh patches | Gabor Juhos | 2010-03-26 | 1 | -9/+7 |
| | | | | SVN-Revision: 20454 | ||||
* | fix wrong numbering of interfaces in wireless detection | Jo-Philipp Wich | 2010-02-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 19525 | ||||
* | broadcom-wl: detect all radios when generating config, do wireless setup ↵ | Jo-Philipp Wich | 2010-01-22 | 1 | -13/+19 |
| | | | | | | per-interface (#5308) SVN-Revision: 19273 | ||||
* | broadcom-wl: properly detach nas by using start-stop-daemon to launch it | Jo-Philipp Wich | 2010-01-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 19257 | ||||
* | broadcom-wl: implement wepauth in wlc and support it in broadcom.sh, allows ↵ | Jo-Philipp Wich | 2010-01-21 | 2 | -1/+12 |
| | | | | | | switching between open and shared authentication SVN-Revision: 19256 | ||||
* | broadcom-wl: add rts/frag threshold settings (patch from #4769) | Felix Fietkau | 2009-12-09 | 1 | -0/+4 |
| | | | | SVN-Revision: 18720 |