summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John 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/jber...John 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
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski1-3/+4
2013-11-26brcmsmac: Fix build dep on LEDS_CLASSBorislav Petkov1-0/+2
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2-3/+3
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez4-59/+50
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-11-19brcmfmac: fix possible memory leakGeyslan G. Bem1-0/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-125/+216
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-23/+28
2013-10-18brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel3-4/+21
2013-10-18brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg supportArend van Spriel1-42/+64
2013-10-18brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg supportArend van Spriel1-3/+11
2013-10-18brcmfmac: remove stale code from brcmf_sdcard_recv_chain()Arend van Spriel1-2/+0
2013-10-18brcmfmac: verify result of brcmf_sdio_addrprep() callsArend van Spriel1-4/+11
2013-10-18brcmfmac: rework single packet transfersArend van Spriel1-41/+40
2013-10-18brcmfmac: rename brcmf_sdio_buffrw()Arend van Spriel1-8/+9
2013-10-18brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()Arend van Spriel1-15/+19
2013-10-18brcmfmac: determine host controller related variables during probeArend van Spriel3-16/+28
2013-10-18brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarityArend van Spriel1-5/+6