aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn 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/jberg/mac80211-nextJohn W. Linville1-1/+0
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville15-358/+358
2014-01-09brcmfmac: add support for bcm43362 deviceArend van Spriel4-0/+40
2014-01-07mac80211: remove channel_change_timeJohannes Berg1-1/+0
2014-01-06mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel3-10/+1
2014-01-06brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel4-20/+14
2014-01-06brcmfmac: call brcmf_cfg80211_detach() after removal of interfacesArend van Spriel2-4/+6
2014-01-06brcmfmac: move wiphy_unregister() call to brcmf_cfg80211_detach()Arend van Spriel3-38/+18
2014-01-06brcmfmac: inform cfg80211 when changing the CONNECTED stateArend van Spriel1-2/+3
2014-01-06brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel1-1/+1
2014-01-06brcmfmac: enable watchdog when bus initialization is completeArend van Spriel1-1/+1
2014-01-06brcmfmac: correct detection of save&restore device capabilityArend van Spriel1-7/+22
2014-01-06brcmfmac: add sdio drive strength programming for bcm4334 chipsetArend van Spriel1-0/+12
2014-01-06brcmfmac: correct reporting HT40 support in wiphy htcapArend van Spriel2-43/+91
2014-01-06brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel1-56/+34
2014-01-06brcmfmac: cleanup helper functions in sdio remove pathArend van Spriel1-29/+10
2014-01-06brcmfmac: Limit control message length from host to device.Hante Meuleman2-5/+10
2014-01-06brcmfmac: Remove some obsolete definitions and variables.Hante Meuleman2-4/+0
2014-01-06brcmfmac: rework SDIO register access functionsArend van Spriel2-132/+96
2014-01-03net: wireless: brcm80211: Drop debug version with build date/timeJosh Triplett1-7/+0
2014-01-03Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn 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-18brcmfmac: clarify struct brcmf_sdio_dev::func[0] referenceArend van Spriel1-20/+16
2013-12-18brcmfmac: remove brcmf_sdio_disconnect() functionArend van Spriel3-32/+23
2013-12-18brcmfmac: use consistent function names in dhd_sdio.cArend van Spriel3-189/+178
2013-12-18brcmfmac: Combine protocol push hdr and bus txdata.Hante Meuleman4-29/+35
2013-12-18brcmfmac: Add definition of new protocol layer msgbuf.Hante Meuleman3-0/+10
2013-12-18brcmfmac: Fix hex dump for FWIL.Hante Meuleman1-6/+6
2013-12-18brcmfmac: Move common BCDC code in single function.Hante Meuleman1-43/+25
2013-12-18brcmfmac: reduce function parameters in sdio send/receive callsArend van Spriel3-67/+46
2013-12-18brcmfmac: use consistent function names in bcmsdh.cArend van Spriel4-478/+452
2013-12-18brcmfmac: remove brcmf_sdio_wdtimer_enable() functionArend van Spriel1-10/+2
2013-12-18brcmfmac: get rid of some void pointer parametersArend van Spriel2-14/+8
2013-12-18brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel5-17/+11
2013-12-18brcmfmac: remove brcmf_sdio_regrw_helper() from header fileArend van Spriel3-7/+4
2013-12-18brcmfmac: use sdio functions to enable/disable F2Arend van Spriel2-48/+14
2013-12-18brcmfmac: remove unused struct brcmf_sdio_dev::func_cis_ptr attributeArend van Spriel2-56/+6
2013-12-18brcmfmac: remove unnecessary function prototypesArend van Spriel2-263/+231
2013-12-18brcmfmac: combine bcmsdh source files into oneArend van Spriel3-553/+521