aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel1-23/+23
2012-12-10brcmfmac: rework bus interfaceArend van Spriel1-6/+5
2012-11-16brcmfmac: code cleanupHante Meuleman1-36/+2
2012-11-16brcmfmac: ignore IF event if it is a add for ifidx 0Arend van Spriel1-5/+10
2012-11-16brcmfmac: remove mac address validation from brcmf_net_attach()Arend van Spriel1-10/+2
2012-11-16brcmfmac: change mac address parameter in brcmf_add_if()Arend van Spriel1-5/+7
2012-11-16brcmfmac: fix for multiple netdevice interface supportArend van Spriel1-52/+49
2012-11-16brcmfmac: change parameter in brcmf_add_if() functionArend van Spriel1-4/+2
2012-11-16brcmfmac: rework firmware event handling codeArend van Spriel1-26/+13
2012-11-14brcmfmac: use struct brcmf_if parameter in firmware event callbacksArend van Spriel1-1/+2
2012-11-14brcmfmac: on halting driver check before release or free.Hante Meuleman1-1/+5
2012-11-14brcmfmac: check bus state to be data before sending data.Hante Meuleman1-1/+1
2012-11-14brcmfmac: use wait_event_timeout for 8021x pending countHante Meuleman1-18/+16
2012-11-14brcmfmac: handle exceptions in brcmf_bus_start correct.Hante Meuleman1-4/+9
2012-11-14brcmfmac: use fwil for netdev callbacks.Hante Meuleman1-186/+70
2012-10-29brcmfmac: use fwil for default configuration setup.Hante Meuleman1-38/+6
2012-10-29brcmfmac: rework driver initialization in brcmf_bus_start()Arend van Spriel1-28/+23
2012-10-29brcmfmac: extend struct brcmf_if with bssidx fieldArend van Spriel1-2/+5
2012-10-29brcmfmac: change testmode command to use new firmware interface layerHante Meuleman1-54/+0
2012-10-29brcmfmac: remove unused iswl variable.Hante Meuleman1-9/+1
2012-10-29brcmfmac: refactor firmware interface layer.Hante Meuleman1-10/+0
2012-10-19brcm80211: remove some truely barftastic codeAlan Cox1-36/+0
2012-09-24brcmfmac: absorb brcmf_sendpkt into brcmf_netdev_start_xmitFranky Lin1-25/+16
2012-09-12brcmfmac: Stop all net if queues on tx flow halt.Hante Meuleman1-6/+10
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2012-09-07brcmfmac: add callback for nl80211 testmode commandArend van Spriel1-0/+8
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-07-29brcm80211: pointless current->files passed to filp_close()Al Viro1-1/+1
2012-06-27brcmfmac: add support for bus specific data commandFranky Lin1-0/+2
2012-06-13brcmfmac: add debugfs helper functionsArend van Spriel1-0/+7
2012-04-13brcm80211: fmac: postpone dongle RF enabling.Franky Lin1-0/+5
2012-04-13brcm80211: fmac: register primary net device with device mac addressArend van Spriel1-0/+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 Spriel1-58/+58
2012-03-05brcm80211: fmac: remove firmware requests from init_module syscallArend van Spriel1-4/+14
2012-03-05brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel1-11/+3
2012-02-22brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel1-0/+8
2012-02-22brcm80211: fmac: update bus state in common driver partArend van Spriel1-11/+8
2012-02-22brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel1-0/+24
2012-02-22brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin1-4/+4
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-0/+2
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches1-2/+2
2012-01-24brcm80211: make ethtool_ops constStephen Hemminger1-2/+2
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-238/+185
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-19brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin1-1/+1
2011-12-19brcm80211: fmac: abstract bus_init interface function pointerFranky Lin1-1/+1
2011-12-19brcm80211: fmac: abstract bus_stop interface function pointerFranky Lin1-1/+1
2011-12-19brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin1-3/+1
2011-12-19brcm80211: fmac: stop referencing brcmf_pub in bus layerFranky Lin1-7/+8