summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2014-02-13brcmfmac: CR4 takes precedence over CM3 in brcmf_chip_enter_download()Arend van Spriel1-6/+6
2014-02-13brcmfmac: correct setting of WEP broadcast/unicast keysDaniel Kim1-1/+3
2014-02-13brcmfmac: get chip core information from the deviceArend van Spriel1-104/+203
2014-02-13brcmfmac: remove unintended error loggingArend van Spriel1-3/+0
2014-02-13brcmfmac: remove TRACE level debug message from brcmf_sdio_bus_sleep()Arend van Spriel1-2/+2
2014-02-13brcmfmac: make chip related functions host interface independentArend van Spriel4-799/+900
2014-02-13brcmfmac: on sdio remove first detach bus then stop worker.Hante Meuleman1-4/+4
2014-02-13brcmfmac: simplify sdio code download routine.Hante Meuleman1-23/+8
2014-02-13brcmfmac: fix sdio sending of large buffers.Hante Meuleman1-1/+1
2014-02-13brcmfmac: rename sdio_chip.[ch]Arend van Spriel5-6/+5
2014-02-13brcmfmac: move SDIO specific functionsArend van Spriel4-175/+174
2014-02-13brcmfmac: enable firmware console logging functionalityDaniel Kim1-66/+88
2014-02-13brcmfmac: add owner info to sdio_driver structureFranky Lin1-2/+3
2014-02-13brcmfmac: expand sta info to report dtim and beacon period.Hante Meuleman1-0/+26
2014-02-05cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-1/+3
2014-02-05cfg80211: make connect ie param constJohannes Berg4-27/+29
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-548/+607
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel5-87/+102
2014-01-16brcmfmac: initialize escan function pointer during scheduled scanArend van Spriel1-0/+1
2014-01-16brcmfmac: rename chip and core related structuresArend van Spriel3-42/+41
2014-01-16brcmfmac: restructure brcmf_sdio_chip_recognition()Arend van Spriel2-167/+167
2014-01-16brcmfmac: rework firmware download codeArend van Spriel3-60/+40
2014-01-16brcmfmac: update core reset and disable routines.Hante Meuleman3-57/+106
2014-01-16brcmfmac: Create common nvram parsing routines.Hante Meuleman6-190/+208
2014-01-13brcmsmac: delete useless variableJulia Lawall1-2/+0
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+0
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-358/+358
2014-01-09brcmfmac: add support for bcm43362 deviceArend van Spriel4-0/+40
2014-01-08mac80211: remove channel_change_timeJohannes Berg1-1/+0
2014-01-07mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel3-10/+1
2014-01-07brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel4-20/+14
2014-01-07brcmfmac: call brcmf_cfg80211_detach() after removal of interfacesArend van Spriel2-4/+6
2014-01-07brcmfmac: move wiphy_unregister() call to brcmf_cfg80211_detach()Arend van Spriel3-38/+18
2014-01-07brcmfmac: inform cfg80211 when changing the CONNECTED stateArend van Spriel1-2/+3
2014-01-07brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel1-1/+1
2014-01-07brcmfmac: enable watchdog when bus initialization is completeArend van Spriel1-1/+1
2014-01-07brcmfmac: correct detection of save&restore device capabilityArend van Spriel1-7/+22
2014-01-07brcmfmac: add sdio drive strength programming for bcm4334 chipsetArend van Spriel1-0/+12
2014-01-07brcmfmac: correct reporting HT40 support in wiphy htcapArend van Spriel2-43/+91
2014-01-07brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel1-56/+34
2014-01-07brcmfmac: cleanup helper functions in sdio remove pathArend van Spriel1-29/+10
2014-01-07brcmfmac: Limit control message length from host to device.Hante Meuleman2-5/+10
2014-01-07brcmfmac: Remove some obsolete definitions and variables.Hante Meuleman2-4/+0
2014-01-07brcmfmac: rework SDIO register access functionsArend van Spriel2-132/+96
2014-01-04net: wireless: brcm80211: Drop debug version with build date/timeJosh Triplett1-7/+0
2014-01-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2014-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-1350/+1108
2013-12-26wireless: slight optimization of addr comparedingtianhong1-4/+3
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park1-1/+1
2013-12-19brcmfmac: clarify struct brcmf_sdio_dev::func[0] referenceArend van Spriel1-20/+16