aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-18brcmfmac: add missing curly braces in brcmf_fws_txstatus_suppressed()Arend van Spriel1-1/+3
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-0/+4
2013-12-05brcmsmac: remove dependency on CRC8 and CRC_CCITTHauke Mehrtens1-2/+0
2013-12-05brcm80211: fix usage of freq_reg_info()Luis R. Rodriguez1-1/+2
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville4-65/+57
2013-12-02brcmfmac: expose chip information through debugfsArend van Spriel1-1/+35
2013-12-02brcmfmac: move firmware event related defines to fweh.hArend van Spriel2-49/+54
2013-12-02brcmfmac: remove some unused definitionsArend van Spriel1-48/+0
2013-12-02brcmfmac: Use consistent naming for BCDC.Hante Meuleman3-106/+95
2013-12-02brcmfmac: move firmware command code definitionsArend van Spriel2-61/+61
2013-12-02brcmfmac: move firmware related structures to fwil_types.hArend van Spriel4-311/+310
2013-12-02brcmfmac: remove unnecessary EXPORT_SYMBOL() usageArend van Spriel1-3/+0
2013-12-02brcmfmac: provide firmware version in ethtool driver infoArend van Spriel3-3/+13
2013-12-02brcmfmac: Dynamically register a protocol layer.Hante Meuleman9-71/+202
2013-12-02brcmfmac: remove redundant ioctl handlersArend van Spriel1-149/+0
2013-12-02brcmfmac: use platform specific alignment in SDIOArend van Spriel1-28/+22
2013-12-02brcmfmac: determine alignment values during probeArend van Spriel1-24/+24
2013-12-02brcmfmac: removed dhd_proto.h.Hante Meuleman6-43/+15
2013-12-02brcmfmac: rename dhd_cdc to bcdcHante Meuleman2-1/+1
2013-12-02brcmfmac: add host tx glomming supportFranky Lin1-100/+227
2013-12-02brcmfmac: add firmware and nvram file name for bcm4339Franky Lin1-1/+6
2013-12-02brcmfmac: fix driver build issue when CONFIG_BRCMDBG is not setArend van Spriel1-2/+6
2013-12-02brcmfmac: determine sd host controller related variable earlierArend van Spriel1-15/+17
2013-12-02brcmfmac: support hardware extension header in trace_brcmf_sdpcm_hdr()Arend van Spriel2-11/+22
2013-12-02brcmsmac: select CONFIG_BCMA when possibleArend van Spriel1-1/+2
2013-12-02brcmfmac: reduce logging noise accessing SDIO SleepCSR registerArend van Spriel1-4/+15
2013-12-02brcmfmac: remove empty brcmf_proto_stopFranky Lin3-11/+0
2013-12-02brcmfmac: start netif queues only when setup is completed successfulArend van Spriel1-5/+4
2013-12-02brcmfmac: replace dongle command list with .preinit() callbackArend van Spriel4-44/+51
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel4-6/+19
2013-12-02brcmfmac: Update fwsignal to fix out of order tx.Hante Meuleman1-21/+146
2013-12-02brcmfmac: fix uninitialized warningArend van Spriel1-0/+2