summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)Author
2013-12-02brcmfmac: remove unnecessary EXPORT_SYMBOL() usageArend van Spriel
2013-12-02brcmfmac: provide firmware version in ethtool driver infoArend van Spriel
2013-12-02brcmfmac: Dynamically register a protocol layer.Hante Meuleman
2013-12-02brcmfmac: remove redundant ioctl handlersArend van Spriel
2013-12-02brcmfmac: use platform specific alignment in SDIOArend van Spriel
2013-12-02brcmfmac: determine alignment values during probeArend van Spriel
2013-12-02brcmfmac: removed dhd_proto.h.Hante Meuleman
2013-12-02brcmfmac: rename dhd_cdc to bcdcHante Meuleman
2013-12-02brcmfmac: add host tx glomming supportFranky Lin
2013-12-02brcmfmac: add firmware and nvram file name for bcm4339Franky Lin
2013-12-02brcmfmac: fix driver build issue when CONFIG_BRCMDBG is not setArend van Spriel
2013-12-02brcmfmac: determine sd host controller related variable earlierArend van Spriel
2013-12-02brcmfmac: support hardware extension header in trace_brcmf_sdpcm_hdr()Arend van Spriel
2013-12-02brcmsmac: select CONFIG_BCMA when possibleArend van Spriel
2013-12-02brcmfmac: reduce logging noise accessing SDIO SleepCSR registerArend van Spriel
2013-12-02brcmfmac: remove empty brcmf_proto_stopFranky Lin
2013-12-02brcmfmac: start netif queues only when setup is completed successfulArend van Spriel
2013-12-02brcmfmac: replace dongle command list with .preinit() callbackArend van Spriel
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel
2013-12-02brcmfmac: Update fwsignal to fix out of order tx.Hante Meuleman
2013-12-02brcmfmac: fix uninitialized warningArend van Spriel
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski
2013-11-25brcmsmac: Fix build dep on LEDS_CLASSBorislav Petkov
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-18brcmfmac: fix possible memory leakGeyslan G. Bem
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-18brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel
2013-10-18brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg supportArend van Spriel
2013-10-18brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg supportArend van Spriel
2013-10-18brcmfmac: remove stale code from brcmf_sdcard_recv_chain()Arend van Spriel
2013-10-18brcmfmac: verify result of brcmf_sdio_addrprep() callsArend van Spriel
2013-10-18brcmfmac: rework single packet transfersArend van Spriel
2013-10-18brcmfmac: rename brcmf_sdio_buffrw()Arend van Spriel
2013-10-18brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()Arend van Spriel
2013-10-18brcmfmac: determine host controller related variables during probeArend van Spriel
2013-10-18brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarityArend van Spriel
2013-10-18brcmfmac: add tracepoint for capturing the SDPCM headerArend van Spriel
2013-10-18brcmfmac: store address in trace_brcmf_hexdump()Arend van Spriel
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-10brcmsmac: add support for a BCM4313 with PCI id 0x4313Hauke Mehrtens
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller
2013-10-03brcmfmac: rework rx path bus interfaceArend van Spriel
2013-10-03brcmfmac: Use fw filename and nvram based of devid for sdio.Hante Meuleman
2013-10-03brcmfmac: fix sparse error 'bad constant expression'Arend van Spriel
2013-10-03brcmfmac: reserve memory for bus layer in sk_buff::cbFranky Lin
2013-10-03brcmfmac: add valid core index check in related functionsFranky Lin