summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)Author
2012-02-22brcm80211: fmac: make sdio firmware filename specificArend van Spriel
2012-02-22brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel
2012-02-22brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event()Arend van Spriel
2012-02-22brcm80211: fmac: change allocation flag in brcmf_enq_event() functionArend van Spriel
2012-02-22brcm80211: fmac: update bus state in common driver partArend van Spriel
2012-02-22brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when trueArend van Spriel
2012-02-22brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel
2012-02-22brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel
2012-02-22brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin
2012-02-22brcm80211: fmac: resolve smatch issues in brcmfmac codeArend van Spriel
2012-02-22brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel
2012-02-22brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel
2012-02-22brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphyArend van Spriel
2012-02-22brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057()Arend van Spriel
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-24brcmfmac: Trivial typo of "couldn" to "could" fixJoe Perches
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches
2012-01-24brcm80211: Use brcmu_dbg_hex_dumpJoe Perches
2012-01-24brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-01-24brcmfmac: Remove useless #ifdef DEBUGJoe Perches
2012-01-24brcm80211: Add and use brcmX_dbg_dump_hexJoe Perches
2012-01-24brcmfmac: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches
2012-01-24brcm80211: make ethtool_ops constStephen Hemminger
2012-01-18brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka
2012-01-17brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva
2012-01-17brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds
2012-01-17bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-12brcmsmac: fix reading of PCI sprom contentsLinus Torvalds
2012-01-10brcm80211: Don't leak 'vbuffer' in brcmf_sdbrcm_write_vars()Jesper Juhl
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-19brcm80211: fmac: add Kconfig option for SDIO bus supportFranky Lin
2011-12-19brcm80211: fmac: exclude unnecessary header filesFranky Lin
2011-12-19brcm80211: fmac: move idle macros to dhd_sdio.cFranky Lin
2011-12-19brcm80211: fmac: move debug level macros to dhd_dbg.hFranky Lin
2011-12-19brcm80211: fmac: abstract ctrl frames interface function pointersFranky Lin
2011-12-19brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin
2011-12-19brcm80211: fmac: abstract bus_init interface function pointerFranky Lin
2011-12-19brcm80211: fmac: move common layer bus interface context to dhd_bus.hFranky Lin
2011-12-19brcm80211: fmac: abstract bus_stop interface function pointerFranky Lin
2011-12-19brcm80211: fmac: move sdio related macros to sdio_host.hFranky Lin
2011-12-19brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin
2011-12-19brcm80211: fmac: stop referencing brcmf_pub in bus layerFranky Lin
2011-12-19brcm80211: fmac: move tx flow ctrl flag to bus layerFranky Lin
2011-12-19brcm80211: fmac: move packet realloc stats to struct brcmf_busFranky Lin
2011-12-19brcm80211: fmac: move dongle statistics to struct brcmf_busFranky Lin
2011-12-19brcm80211: fmac: remove duplicate statistics from driver data structureFranky Lin
2011-12-19brcm80211: fmac: move driver up status to struct brcmf_busFranky Lin