summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-073-23/+24
|\
| * brcmfmac: fix get rssi by clearing getvar struct.Hante Meuleman2012-09-051-7/+8
| * brcmfmac: fix race condition for rx and tx data.Hante Meuleman2012-09-051-10/+11
| * brcmfmac: dont use ZERO flag for usb INHante Meuleman2012-09-051-1/+0
| * brcmfmac: fix use of dev_kfree_skb() in irq contextArend van Spriel2012-09-051-4/+4
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-1/+1
| |\
| | * brcm80211: pointless current->files passed to filp_close()Al Viro2012-07-291-1/+1
* | | brcmfmac: add callback for nl80211 testmode commandArend van Spriel2012-09-073-1/+33
* | | brcmfmac: Add 43143 USB support.Hante Meuleman2012-09-071-0/+9
* | | brcmfmac: Add 43242 USB support.Hante Meuleman2012-09-071-1/+19
* | | brcmfmac: add BCM43241 sdio interface driver supportFranky Lin2012-09-073-0/+21
* | | brcmfmac: prevent possible race condition on usb rx control.Hante Meuleman2012-09-071-1/+1
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-201-4/+3
|\ \
| * | wireless: brcm80211: use %pM to print BSSIDAndy Shevchenko2012-07-121-3/+1
| * | nl80211: move scan API to wdevJohannes Berg2012-07-121-1/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-296-110/+448
|\ \ \ | |/ /
| * | brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel2012-06-271-1/+1
| * | brcmfmac: add BCM4334 supportFranky Lin2012-06-273-0/+21
| * | brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel2012-06-271-31/+17
| * | brcmfmac: use firmware data buffer directly for nvramFranky Lin2012-06-271-67/+30
| * | brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin2012-06-272-13/+15
| * | brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin2012-06-272-6/+15
| * | brcmfmac: add support for bus specific data commandFranky Lin2012-06-273-0/+26
| * | brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel2012-06-221-0/+1
| * | brcmfmac: introduce checkdied debugfs functionalityArend van Spriel2012-06-201-1/+331
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-196-93/+273
|\ \ \ | |/ /
| * | brcmfmac: expose sdio internal counters in debugfsArend van Spriel2012-06-133-93/+175
| * | brcmfmac: add debugfs helper functionsArend van Spriel2012-06-135-0/+98
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-061-2/+2
|\ \ | |/
| * brcmfmac: Fix likely misuse of | for &Joe Perches2012-06-041-2/+2
* | wireless: Remove casts to same typeJoe Perches2012-06-061-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-301-2/+3
|\
| * brcmfmac: use vmalloc to allocate mem for the firmwareHauke Mehrtens2012-05-251-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-245-512/+416
|\ \ | |/
| * brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin2012-05-153-32/+6
| * brcmfmac: remove function brcmf_sdcard_regfailFranky Lin2012-05-153-34/+24
| * brcmfmac: remove redundant retries for SDIO core register accessFranky Lin2012-05-151-66/+44
| * brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin2012-05-154-95/+50
| * brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin2012-05-154-111/+95
| * brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin2012-05-154-98/+48
| * brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin2012-05-154-90/+49
| * brcmfmac: introduce unified register access interface for SDIOFranky Lin2012-05-152-0/+125
| * brcmfmac: decouple set_sbaddr_window from register write interfaceFranky Lin2012-05-151-13/+24
| * brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin2012-05-154-34/+29
| * brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin2012-05-154-59/+42
* | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-1/+2
|\ \ | |/ |/|
| * brcm80211: Fix compile error for .disable_hub_initiated_lpm.Sarah Sharp2012-05-211-1/+1
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* | brcmfmac: add out of band interrupt supportFranky Lin2012-05-084-15/+231
* | brcmfmac: postpone interrupt register functionFranky Lin2012-05-081-9/+6
OpenPOWER on IntegriCloud