summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+22
2012-09-12brcmfmac: add e-scan support.Hante Meuleman4-2/+575
2012-09-12brcmfmac: avoid using local usb data.Hante Meuleman1-80/+39
2012-09-12brcmfmac: refill buffers on rx protocol error.Hante Meuleman1-4/+2
2012-09-12brcmfmac: Clean up scan related code.Hante Meuleman1-13/+9
2012-09-12brcmfmac: Add tx flow control on net if queue for USB.Hante Meuleman1-25/+36
2012-09-12brcmfmac: Add extra data support to firmware event queueing.Hante Meuleman2-3/+15
2012-09-12brcmfmac: Stop all net if queues on tx flow halt.Hante Meuleman3-11/+15
2012-09-12brcmfmac: Fix big endian host configuration data.Hante Meuleman1-10/+16
2012-09-12brcmfmac: fix big endian bug in i-scan.Hante Meuleman1-2/+4
2012-09-10brcm80211: fix missing allocation failure checkColin Ian King1-0/+2
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-23/+24
2012-09-07brcmfmac: add callback for nl80211 testmode commandArend van Spriel3-1/+33
2012-09-07brcmfmac: Add 43143 USB support.Hante Meuleman1-0/+9
2012-09-07brcmfmac: Add 43242 USB support.Hante Meuleman1-1/+19
2012-09-07brcmfmac: add BCM43241 sdio interface driver supportFranky Lin3-0/+21
2012-09-07brcmfmac: prevent possible race condition on usb rx control.Hante Meuleman1-1/+1
2012-09-05brcmfmac: fix get rssi by clearing getvar struct.Hante Meuleman1-7/+8
2012-09-05brcmfmac: fix race condition for rx and tx data.Hante Meuleman1-10/+11
2012-09-05brcmfmac: dont use ZERO flag for usb INHante Meuleman1-1/+0
2012-09-05brcmfmac: fix use of dev_kfree_skb() in irq contextArend van Spriel1-4/+4
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-07-29brcm80211: pointless current->files passed to filp_close()Al Viro1-1/+1
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-06Merge 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-22Merge 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-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-15brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin3-32/+6
2012-05-15brcmfmac: remove function brcmf_sdcard_regfailFranky Lin3-34/+24