summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: error messages should not be suppressedArend van Spriel2012-12-101-23/+23
* brcmfmac: rework bus interfaceArend van Spriel2012-12-101-6/+5Star
* brcmfmac: code cleanupHante Meuleman2012-11-161-36/+2Star
* brcmfmac: ignore IF event if it is a add for ifidx 0Arend van Spriel2012-11-161-5/+10
* brcmfmac: remove mac address validation from brcmf_net_attach()Arend van Spriel2012-11-161-10/+2Star
* brcmfmac: change mac address parameter in brcmf_add_if()Arend van Spriel2012-11-161-5/+7
* brcmfmac: fix for multiple netdevice interface supportArend van Spriel2012-11-161-52/+49Star
* brcmfmac: change parameter in brcmf_add_if() functionArend van Spriel2012-11-161-4/+2Star
* brcmfmac: rework firmware event handling codeArend van Spriel2012-11-161-26/+13Star
* brcmfmac: use struct brcmf_if parameter in firmware event callbacksArend van Spriel2012-11-141-1/+2
* brcmfmac: on halting driver check before release or free.Hante Meuleman2012-11-141-1/+5
* brcmfmac: check bus state to be data before sending data.Hante Meuleman2012-11-141-1/+1
* brcmfmac: use wait_event_timeout for 8021x pending countHante Meuleman2012-11-141-18/+16Star
* brcmfmac: handle exceptions in brcmf_bus_start correct.Hante Meuleman2012-11-141-4/+9
* brcmfmac: use fwil for netdev callbacks.Hante Meuleman2012-11-141-186/+70Star
* brcmfmac: use fwil for default configuration setup.Hante Meuleman2012-10-291-38/+6Star
* brcmfmac: rework driver initialization in brcmf_bus_start()Arend van Spriel2012-10-291-28/+23Star
* brcmfmac: extend struct brcmf_if with bssidx fieldArend van Spriel2012-10-291-2/+5
* brcmfmac: change testmode command to use new firmware interface layerHante Meuleman2012-10-291-54/+0Star
* brcmfmac: remove unused iswl variable.Hante Meuleman2012-10-291-9/+1Star
* brcmfmac: refactor firmware interface layer.Hante Meuleman2012-10-291-10/+0Star
* brcm80211: remove some truely barftastic codeAlan Cox2012-10-191-36/+0Star
* brcmfmac: absorb brcmf_sendpkt into brcmf_netdev_start_xmitFranky Lin2012-09-241-25/+16Star
* brcmfmac: Stop all net if queues on tx flow halt.Hante Meuleman2012-09-121-6/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-1/+1
|\
| * 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-071-0/+8
|/ /
* | brcmfmac: add support for bus specific data commandFranky Lin2012-06-271-0/+2
* | brcmfmac: add debugfs helper functionsArend van Spriel2012-06-131-0/+7
|/
* brcm80211: fmac: postpone dongle RF enabling.Franky Lin2012-04-131-0/+5
* brcm80211: fmac: register primary net device with device mac addressArend van Spriel2012-04-131-0/+5
* brcm80211: fmac: remove primary mac address handling from brcmf_net_attachArend van Spriel2012-04-131-13/+12Star
* brcm80211: fmac: make brcmf_net_attach() staticArend van Spriel2012-04-131-58/+58
* brcm80211: fmac: remove firmware requests from init_module syscallArend van Spriel2012-03-051-4/+14
* brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel2012-03-051-11/+3Star
* brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel2012-02-221-0/+8
* brcm80211: fmac: update bus state in common driver partArend van Spriel2012-02-221-11/+8Star
* brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel2012-02-221-0/+24
* brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin2012-02-221-4/+4
* brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-241-0/+2
* brcm80211: Use normal DEBUG defineJoe Perches2012-01-241-2/+2
* brcm80211: make ethtool_ops constStephen Hemminger2012-01-241-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-238/+185Star
|\
| * brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin2011-12-191-1/+1
| * brcm80211: fmac: abstract bus_init interface function pointerFranky Lin2011-12-191-1/+1
| * brcm80211: fmac: abstract bus_stop interface function pointerFranky Lin2011-12-191-1/+1
| * brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin2011-12-191-3/+1Star
| * brcm80211: fmac: stop referencing brcmf_pub in bus layerFranky Lin2011-12-191-7/+8
| * brcm80211: fmac: move tx flow ctrl flag to bus layerFranky Lin2011-12-191-1/+0Star