summaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl
Commit message (Collapse)AuthorAgeFilesLines
* broadcom-wl: read channel using wlc on detecthauke2013-04-281-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: hack to work around a bug in the PCIe controllerhauke2013-02-241-0/+12
| | | | | | | | | Thank you nlh This closes #12930. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: Pass physical address to wl_attachhauke2012-12-131-1/+1
| | | | | | | | | wl_attach expects a physical address, as it performs the mapping internally. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34671 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: get the mmio address directly from the struct if bcma is used.hauke2012-12-021-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix two problems when more then one wifi card is available.hauke2012-11-252-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add support for kernel 3.6hauke2012-11-181-0/+12
| | | | | | | This is based on the patch by Peter Wagner. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: fix build after IRQF_SAMPLE_RANDOM flag removal (#12248)florian2012-10-042-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: fix WDS hotplug for multiple networksjow2012-06-261-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: remove an erroneous BUG() call in the glue driverjow2012-02-242-8/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix reading fallback sprom for pci devices.hauke2012-02-101-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix compile with kernel 3.2hauke2012-02-101-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: turn on wmm by default, disabling it by default makes no sense, ↵nbd2012-02-071-2/+2
| | | | | | and without it 802.11n does not work (fixes #10918) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: align RADIUS options with r26482, patch by Etienne ↵jow2011-11-142-7/+10
| | | | | | Champetier <etienne.champetier@free.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: implement wpa_group_rekey option (mapped to nas -g)jow2011-09-091-2/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: introduce "disabled" option for wifi-iface section to ↵jow2011-09-081-1/+4
| | | | | | shutdown single networks on a radio git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: update patcheshauke2011-08-041-1/+1
| | | | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix setup of virtual interfaces (patch by Nathan Hintz)nbd2011-08-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: give the 007 patch a more meaningful namejow2011-07-241-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: make it work on the RT-N16 and other device using the ↵jow2011-07-249-10/+568
| | | | | | | | | | | 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix memory corruption and leakage on remove (patch from #9576 ↵nbd2011-07-021-0/+31
| | | | | | by George Kashperko) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix wild ssb_device accesses as pci_dev for legacy pci dma apinbd2011-05-191-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix uninitialized variablenbd2011-05-191-1/+2
| | | | | | | | It was causing an occasional kernel oops. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add fallback sprom for pci devices without an own sprom.hauke2011-05-012-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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: remove pcmcia supporthauke2010-11-062-12/+22
| | | | | | | | For kernel 2.6.36 some additional pcmcia backpots would be needed, but this should not depend on pcmcia. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wifi: change the default channel from 5 to 11, 5 was a really bad choicenbd2010-10-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: fix md5sumsjow2010-07-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl:jow2010-07-133-33/+91
| | | | | | | | | - update to v5.10.56.27.3 - get fallback SPROM from SSB if neither on-device SPROM nor nvram is available - working brcm63xx support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950claudio2010-07-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix compiling with kernel 2.6.35hauke2010-07-111-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix build problems with recent kernel versionshauke2010-07-111-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) ↵jow2010-07-012-27/+8
| | | | | | support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl:jow2010-07-013-1/+61
| | | | | | | | - fix compilation against eglibc and glibc (#7521) - unbind device from b43 ssb bridge on boot (#7529) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: align wpa encryption value and cipher override format ↵jow2010-06-301-8/+27
| | | | | | with hostapd.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove linux 2.4 support from several packagesnbd2010-06-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl, broadcom-wl-old: binary 2.6 wl restricts the whole ↵jow2010-06-211-1/+1
| | | | | | menuconfig 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* compile fixes for kernel 2.6.34hauke2010-06-171-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix typo in broadcom-wlflorian2010-06-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a new kernel-version independent broadcom binary driver for brcm47xx ↵nbd2010-06-154-0/+1665
| | | | | | | | | (contributed by NewMedia-NET) This will allow us to get rid of brcm-2.4 soon. [ ... and there was much rejoicing ] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename broadcom-wl to broadcom-wl-oldnbd2010-06-1445-16598/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump release number for packages ahead of backfire in trunknico2010-05-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump a bunch of packages updated after 10.03nico2010-05-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: check iface pid file when invoking nas, fixes ↵jow2010-05-071-2/+3
| | | | | | starting nas for additional wireless networks (#7255) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: fix 11bg hwmode, add lrs modejow2010-04-091-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] broadcom-wl: implement "hwmode" uci option, supports 11b (B ↵jow2010-04-072-0/+16
| | | | | | only), 11g (G only), 11gst (G performance) and 11bg (default) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/broadcom-wl: refresh patchesjuhosg2010-03-261-9/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix wrong numbering of interfaces in wireless detectionjow2010-02-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19525 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: detect all radios when generating config, do wireless ↵jow2010-01-221-13/+19
| | | | | | setup per-interface (#5308) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: properly detach nas by using start-stop-daemon to ↵jow2010-01-211-0/+1
| | | | | | launch it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: implement wepauth in wlc and support it in ↵jow2010-01-212-1/+12
| | | | | | broadcom.sh, allows switching between open and shared authentication git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: add rts/frag threshold settings (patch from #4769)nbd2009-12-091-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18720 3c298f89-4303-0410-b956-a3cf2f4a3e73