summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac
Commit message (Expand)AuthorAgeFilesLines
...
* | brcmfmac: Add USB device 43566 to supported devices.Hante Meuleman2014-06-251-0/+2
* | brcmfmac: Add 43569 USB support.Hante Meuleman2014-06-251-1/+9
* | net/wireless/brcm80211/brcmfmac: Make return type and name reflect actual sem...Rasmus Villemoes2014-06-253-6/+5
* | net: wireless: Remove useless return variablesPeter Senna Tschudin2014-06-191-12/+6
|/
* brcmfmac: remove firmware list from USB driverArend van Spriel2014-05-291-76/+0
* brcmfmac: Remove interrupt endpoint usage from USB driver.Hante Meuleman2014-05-291-77/+1
* brcmfmac: Increase max buffer size for receiving control message from dongleDaniel Kim2014-05-291-4/+5
* brcmfmac: make brcmf_fw_nvram_strip() staticArend van Spriel2014-05-292-2/+1
* brcmfmac: use asynchronous firmware request in USBArend van Spriel2014-05-291-30/+68
* brcmfmac: use asynchronous firmware request in SDIOArend van Spriel2014-05-291-147/+124
* brcmfmac: introduce asynchronous firmware loadingArend van Spriel2014-05-292-1/+120
* brcmfmac: Add log of superspeed device detection to USB probe.Hante Meuleman2014-05-291-1/+3
* brcmfmac: rework usb callback operationsArend van Spriel2014-05-291-20/+28
* brcmfmac: call brcmf_detach() unconditional in sdio .remove() callbackArend van Spriel2014-05-291-3/+1
* brcmfmac: rename nvram.[ch] for upcoming firmware handling functionsArend van Spriel2014-05-294-12/+12
* brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel2014-05-294-15/+10
* brcmfmac: make chandef_to_chanspec() function staticArend van Spriel2014-05-291-2/+2
* brcmfmac: restore mpc before passing scan status to cfg80211Arend van Spriel2014-05-291-2/+3
* brcmfmac: reduce log level for invalid scheduled scan requestArend van Spriel2014-05-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-221-3/+3
|\
| * cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg2014-05-191-3/+3
* | brcmfmac: determine chanspec from struct cfg80211_chan_def infoArend van Spriel2014-05-131-3/+57
* | brcmfmac: handle 80MHz chanspecs in construct_reg_info() functionArend van Spriel2014-05-131-5/+16
* | brcmfmac: get rid of brcmf_cfg80211_set_channel() functionArend van Spriel2014-05-131-21/+7
* | brcmfmac: enable 80Mhz in 5G custom regulatory rulesArend van Spriel2014-05-131-2/+2
* | brcmfmac: provide VHT capability information to user-spaceArend van Spriel2014-05-131-14/+59
* | brcmfmac: remove usage of cfg80211_get_chandef_type()Arend van Spriel2014-05-131-4/+3
* | brcmfmac: Fix reconnect failure after beacon timeoutDaniel Kim2014-05-131-11/+0
* | brcmfmac: enhance nvram processingArend van Spriel2014-05-131-44/+176
* | brcmfmac: Make FWS queueing configurable.Hante Meuleman2014-05-133-0/+17
* | brcmfmac: Move handling 802.1x frames to dhd_linux.Hante Meuleman2014-05-132-11/+9
* | brcmfmac: Move out hdrpull from tx_finalize.Hante Meuleman2014-05-133-42/+37
* | brcmfmac: Report the support of firmware roamingDaniel Kim2014-05-131-0/+2
* | brcmfmac: Give priority to 5GHz band in selecting target BSSDaniel Kim2014-05-132-0/+42
* | brcmfmac: Fix iovar 'bw_cap' set command failureDaniel Kim2014-05-121-1/+1
* | brcmfmac: Fix brcmf_chip_ai_coredisable not applying reset bits to BCMA_IOCTLHans de Goede2014-04-241-2/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-311-5/+10
|\
| * brcmfmac: use mfp if required from user-spaceDaniel Kim2014-03-271-5/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-1/+3
|\ \ | |/ |/|
| * brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path.Dave Jones2014-03-131-1/+3
* | brcmfmac: fallback to mimo_bw_cap for older firmwaresArend van Spriel2014-03-201-8/+18
* | brcmfmac: only show error message when brcmf_sdiod_regrw_helper() failsArend van Spriel2014-03-201-20/+21
* | brcmfmac: reinit watchdog completion after handling watchdogArend van Spriel2014-03-201-0/+1
* | brcmfmac: Enable 40MHz bandwidth in 2GHz band and OBSS scanning operationsDaniel Kim2014-03-202-0/+36
* | brcmfmac: remove mode field from brcmf_cfg80211_vif structureArend van Spriel2014-03-173-62/+21
* | brcmfmac: assure active clock request upon entering SLEEP stateArend van Spriel2014-03-171-11/+28
* | brcmfmac: Improve scanning settings for connect.Hante Meuleman2014-03-171-14/+20
* | brcmfmac: Protect tx seq number for data and controlHante Meuleman2014-03-171-106/+108
* | brcmfmac: add BCM4354 SDIO interface supportFranky Lin2014-03-173-1/+12
* | brcmfmac: Make probe function __initJean Delvare2014-03-141-1/+1
OpenPOWER on IntegriCloud