summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: add support for bcm43362 deviceArend van Spriel2014-01-094-0/+40
* mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel2014-01-063-10/+1
* brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel2014-01-064-20/+14
* brcmfmac: call brcmf_cfg80211_detach() after removal of interfacesArend van Spriel2014-01-062-4/+6
* brcmfmac: move wiphy_unregister() call to brcmf_cfg80211_detach()Arend van Spriel2014-01-063-38/+18
* brcmfmac: inform cfg80211 when changing the CONNECTED stateArend van Spriel2014-01-061-2/+3
* brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel2014-01-061-1/+1
* brcmfmac: enable watchdog when bus initialization is completeArend van Spriel2014-01-061-1/+1
* brcmfmac: correct detection of save&restore device capabilityArend van Spriel2014-01-061-7/+22
* brcmfmac: add sdio drive strength programming for bcm4334 chipsetArend van Spriel2014-01-061-0/+12
* brcmfmac: correct reporting HT40 support in wiphy htcapArend van Spriel2014-01-062-43/+91
* brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel2014-01-061-56/+34
* brcmfmac: cleanup helper functions in sdio remove pathArend van Spriel2014-01-061-29/+10
* brcmfmac: Limit control message length from host to device.Hante Meuleman2014-01-062-5/+10
* brcmfmac: Remove some obsolete definitions and variables.Hante Meuleman2014-01-062-4/+0
* brcmfmac: rework SDIO register access functionsArend van Spriel2014-01-062-132/+96
* net: wireless: brcm80211: Drop debug version with build date/timeJosh Triplett2014-01-031-7/+0
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-031-1/+1
|\
| * cfg80211: Add support for QoS mappingKyeyoon Park2013-12-191-1/+1
* | brcmfmac: clarify struct brcmf_sdio_dev::func[0] referenceArend van Spriel2013-12-181-20/+16
* | brcmfmac: remove brcmf_sdio_disconnect() functionArend van Spriel2013-12-183-32/+23
* | brcmfmac: use consistent function names in dhd_sdio.cArend van Spriel2013-12-183-189/+178
* | brcmfmac: Combine protocol push hdr and bus txdata.Hante Meuleman2013-12-184-29/+35
* | brcmfmac: Add definition of new protocol layer msgbuf.Hante Meuleman2013-12-183-0/+10
* | brcmfmac: Fix hex dump for FWIL.Hante Meuleman2013-12-181-6/+6
* | brcmfmac: Move common BCDC code in single function.Hante Meuleman2013-12-181-43/+25
* | brcmfmac: reduce function parameters in sdio send/receive callsArend van Spriel2013-12-183-67/+46
* | brcmfmac: use consistent function names in bcmsdh.cArend van Spriel2013-12-184-478/+452
* | brcmfmac: remove brcmf_sdio_wdtimer_enable() functionArend van Spriel2013-12-181-10/+2
* | brcmfmac: get rid of some void pointer parametersArend van Spriel2013-12-182-14/+8
* | brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel2013-12-185-17/+11
* | brcmfmac: remove brcmf_sdio_regrw_helper() from header fileArend van Spriel2013-12-183-7/+4
* | brcmfmac: use sdio functions to enable/disable F2Arend van Spriel2013-12-182-48/+14
* | brcmfmac: remove unused struct brcmf_sdio_dev::func_cis_ptr attributeArend van Spriel2013-12-182-56/+6
* | brcmfmac: remove unnecessary function prototypesArend van Spriel2013-12-182-263/+231
* | brcmfmac: combine bcmsdh source files into oneArend van Spriel2013-12-183-553/+521
* | brcmfmac: add missing curly braces in brcmf_fws_txstatus_suppressed()Arend van Spriel2013-12-181-1/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-062-0/+4
|\
| * brcmfmac: fix uninitialized warningArend van Spriel2013-12-021-0/+2
| * brcmsmac: Fix build dep on LEDS_CLASSBorislav Petkov2013-11-251-0/+2
* | brcmsmac: remove dependency on CRC8 and CRC_CCITTHauke Mehrtens2013-12-051-2/+0
* | brcm80211: fix usage of freq_reg_info()Luis R. Rodriguez2013-12-051-1/+2
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-024-65/+57
|\ \
| * | cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-021-3/+4
| * | cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-252-3/+3
| * | cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-254-59/+50
* | | brcmfmac: expose chip information through debugfsArend van Spriel2013-12-021-1/+35
* | | brcmfmac: move firmware event related defines to fweh.hArend van Spriel2013-12-022-49/+54
* | | brcmfmac: remove some unused definitionsArend van Spriel2013-12-021-48/+0
* | | brcmfmac: Use consistent naming for BCDC.Hante Meuleman2013-12-023-106/+95