summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac
AgeCommit message (Expand)AuthorFilesLines
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+3
2012-07-12wireless: brcm80211: use %pM to print BSSIDAndy Shevchenko1-3/+1
2012-07-12nl80211: move scan API to wdevJohannes Berg1-1/+2
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-110/+448
2012-06-27brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel1-1/+1
2012-06-27brcmfmac: add BCM4334 supportFranky Lin3-0/+21
2012-06-27brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel1-31/+17
2012-06-27brcmfmac: use firmware data buffer directly for nvramFranky Lin1-67/+30
2012-06-27brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin2-13/+15
2012-06-27brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin2-6/+15
2012-06-27brcmfmac: add support for bus specific data commandFranky Lin3-0/+26
2012-06-22brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel1-0/+1
2012-06-20brcmfmac: introduce checkdied debugfs functionalityArend van Spriel1-1/+331
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-93/+273
2012-06-13brcmfmac: expose sdio internal counters in debugfsArend van Spriel3-93/+175
2012-06-13brcmfmac: add debugfs helper functionsArend van Spriel5-0/+98
2012-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-06wireless: Remove casts to same typeJoe Perches1-2/+2
2012-06-04brcmfmac: Fix likely misuse of | for &Joe Perches1-2/+2
2012-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+3
2012-05-25brcmfmac: use vmalloc to allocate mem for the firmwareHauke Mehrtens1-2/+3
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-512/+416
2012-05-23Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+2
2012-05-21brcm80211: Fix compile error for .disable_hub_initiated_lpm.Sarah Sharp1-1/+1
2012-05-19USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-16brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin3-32/+6
2012-05-16brcmfmac: remove function brcmf_sdcard_regfailFranky Lin3-34/+24
2012-05-16brcmfmac: remove redundant retries for SDIO core register accessFranky Lin1-66/+44
2012-05-16brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin4-95/+50
2012-05-16brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin4-111/+95
2012-05-16brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin4-98/+48
2012-05-16brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin4-90/+49
2012-05-16brcmfmac: introduce unified register access interface for SDIOFranky Lin2-0/+125
2012-05-16brcmfmac: decouple set_sbaddr_window from register write interfaceFranky Lin1-13/+24
2012-05-16brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin4-34/+29
2012-05-16brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin4-59/+42
2012-05-09brcmfmac: add out of band interrupt supportFranky Lin4-15/+231
2012-05-09brcmfmac: postpone interrupt register functionFranky Lin1-9/+6
2012-05-09brcmfmac: check bus state for statusFranky Lin1-1/+1
2012-05-09brcmfmac: stop releasing sdio host in irq handlerFranky Lin1-4/+0
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+59
2012-05-02brcmfmac: fix a double spin_unlock_irqrestore issue in dpcFranky Lin1-0/+1
2012-04-27brcm80211: fmac: fix missing completion events issueFranky Lin1-12/+51
2012-04-27brcm80211: fmac: fix SDIO function 0 register r/w issueFranky Lin1-1/+7
2012-04-13brcm80211: fmac: postpone dongle RF enabling.Franky Lin2-4/+5
2012-04-13brcm80211: fmac: add frame header extension supportFranky Lin1-0/+1
2012-04-13brcm80211: fmac: register primary net device with device mac addressArend van Spriel3-14/+5
2012-04-13brcm80211: fmac: remove primary mac address handling from brcmf_net_attachArend van Spriel1-13/+12
2012-04-13brcm80211: fmac: make brcmf_net_attach() staticArend van Spriel2-59/+58
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+2