aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller27-42/+4601
2014-07-31brcmfmac: Add TDLS support to msgbuf.Hante Meuleman9-6/+158
2014-07-31brcmfmac: Fix msgbuf flow control.Hante Meuleman3-8/+62
2014-07-31brcmfmac: Update pcie reset device routine.Hante Meuleman1-7/+42
2014-07-31brcmfmac: Adding PCIe bus layer support.Hante Meuleman9-0/+1880
2014-07-31brcmfmac: Adding msgbuf protocol.Hante Meuleman10-21/+2275
2014-07-31brcmfmac: Add protocol addressing mode and peer deletion API.Hante Meuleman4-3/+75
2014-07-31brcmfmac: Export brcmf_netif_rx for new protocol msgbuf.Hante Meuleman2-1/+2
2014-07-31brcmfmac: Do not use strcpy and strcatDaniel Kim1-7/+18
2014-07-29brcmfmac: Fix OOB interrupt not working for BCM43362Hans de Goede1-0/+16
2014-07-29brcmfmac: Fix some wrong register definesHans de Goede1-6/+6
2014-07-29brcmfmac: add device tree support for SDIO devicesChen-Yu Tsai4-0/+84
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller18-930/+1124
2014-07-20brcm80211: remove unnecessary break after returnFabian Frederick2-2/+0
2014-07-18bcma: extract antenna gains from SPROM correctlyRafał Miłecki1-37/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-15brcmfmac: add brcmf_p2p_detach() call in brcmf_cfg80211_detach()Arend van Spriel1-0/+1
2014-07-15brcmfmac: rework wiphy structure setupArend van Spriel1-268/+298
2014-07-15brcmfmac: moving some functions aroundArend van Spriel1-144/+144
2014-07-15brcmfmac: introduce feature and quirk handlingArend van Spriel6-27/+244
2014-07-15brcmfmac: move attach and detach functions in wl_cfg80211.cArend van Spriel1-108/+107
2014-07-15brcmfmac: Make firmware path a module parameterDaniel Kim4-20/+41
2014-07-15brcmfmac: rework debugfs functions in the driverArend van Spriel4-235/+207
2014-07-15brcmfmac: make use of seq_file API for debugfs entriesArend van Spriel2-201/+170
2014-07-15brcmfmac: Cleanup used device IDs.Hante Meuleman5-85/+107
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+3
2014-06-25brcmfmac: reduce log level in fwil if firmware returns errorArend van Spriel1-1/+1
2014-06-25brcmfmac: Don't control mpc setting during scan operationDaniel Kim2-5/+18
2014-06-25brcmfmac: correct logging levels in btcoex sourceArend van Spriel1-19/+19
2014-06-25brcmfmac: replace cfg80211 testmode with vendor commandFranky Lin5-41/+188
2014-06-25brcmfmac: Change USB probe routine to support Composite USBHante Meuleman1-117/+87
2014-06-25brcmfmac: clear ht info during attach phaseArend van Spriel1-0/+3
2014-06-25brcmfmac: Add USB device 43566 to supported devices.Hante Meuleman1-0/+2
2014-06-25brcmfmac: Add 43569 USB support.Hante Meuleman1-1/+9
2014-06-25net/wireless/brcm80211/brcmfmac: Make return type and name reflect actual semanticsRasmus Villemoes3-6/+5
2014-06-25brcmfmac: assign chip id and rev in bus interface after brcmf_usb_dlneededArend van Spriel1-2/+3
2014-06-19net: wireless: Remove useless return variablesPeter Senna Tschudin2-17/+7
2014-05-29brcmfmac: remove firmware list from USB driverArend van Spriel1-76/+0
2014-05-29brcmfmac: Remove interrupt endpoint usage from USB driver.Hante Meuleman1-77/+1
2014-05-29brcmfmac: Increase max buffer size for receiving control message from dongleDaniel Kim1-4/+5
2014-05-29brcmutil: assure unused bits are cleared in 11n chanspecArend van Spriel1-1/+1
2014-05-29brcmfmac: make brcmf_fw_nvram_strip() staticArend van Spriel2-2/+1
2014-05-29brcmfmac: use asynchronous firmware request in USBArend van Spriel1-30/+68
2014-05-29brcmfmac: use asynchronous firmware request in SDIOArend van Spriel1-147/+124
2014-05-29brcmfmac: introduce asynchronous firmware loadingArend van Spriel2-1/+120
2014-05-29brcmfmac: Add log of superspeed device detection to USB probe.Hante Meuleman1-1/+3
2014-05-29brcmfmac: rework usb callback operationsArend van Spriel1-20/+28
2014-05-29brcmfmac: call brcmf_detach() unconditional in sdio .remove() callbackArend van Spriel1-3/+1
2014-05-29brcmfmac: rename nvram.[ch] for upcoming firmware handling functionsArend van Spriel4-12/+12
2014-05-29brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel4-15/+10