summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
AgeCommit message (Expand)Author
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-27brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel
2012-06-27brcmfmac: add BCM4334 supportFranky Lin
2012-06-27brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel
2012-06-27brcmfmac: use firmware data buffer directly for nvramFranky Lin
2012-06-27brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin
2012-06-27brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin
2012-06-22brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel
2012-06-20brcmfmac: introduce checkdied debugfs functionalityArend van Spriel
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-13brcmfmac: expose sdio internal counters in debugfsArend van Spriel
2012-06-06wireless: Remove casts to same typeJoe Perches
2012-05-15brcmfmac: remove function brcmf_sdcard_regfailFranky Lin
2012-05-15brcmfmac: remove redundant retries for SDIO core register accessFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin
2012-05-08brcmfmac: add out of band interrupt supportFranky Lin
2012-05-08brcmfmac: postpone interrupt register functionFranky Lin
2012-05-08brcmfmac: check bus state for statusFranky Lin
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-02brcmfmac: fix a double spin_unlock_irqrestore issue in dpcFranky Lin
2012-04-27brcm80211: fmac: fix missing completion events issueFranky Lin
2012-04-13brcm80211: fmac: register primary net device with device mac addressArend van Spriel
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-22brcm80211: fmac: make sdio firmware filename specificArend 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: use specific types in struct brcmf_busArend van Spriel
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe 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-24brcm80211: Use normal DEBUG defineJoe Perches
2012-01-10brcm80211: Don't leak 'vbuffer' in brcmf_sdbrcm_write_vars()Jesper Juhl
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: 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: abstract bus_stop interface function pointerFranky 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