aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06brcmfmac: release transmit packet in brcmf_txcomplete()Arend van Spriel1-1/+1
2013-02-08brcmfmac: add chip information to the bus interfaceArend van Spriel1-0/+4
2013-02-08brcmfmac: Track statistics per ifp.Hante Meuleman1-13/+0
2013-02-08brcmfmac: Remove drvr_up from bus interface.Hante Meuleman1-2/+0
2013-01-07brcmfmac: remove brcmf_proto_hdrpull() from bus interfaceArend van Spriel1-6/+1
2013-01-07brcmfmac: remove rx helper function from bus interfaceArend van Spriel1-11/+2
2013-01-07brcmfmac: assure USB dongle firmware is reset upon module unloadArend van Spriel1-1/+2
2012-12-10brcmfmac: rework bus interfaceArend van Spriel1-19/+73
2012-11-16brcmfmac: code cleanupHante Meuleman1-1/+0
2012-11-16brcmfmac: rework firmware event handling codeArend van Spriel1-1/+1
2012-10-29brcmfmac: rework driver initialization in brcmf_bus_start()Arend van Spriel1-3/+0
2012-10-29brcmfmac: extend struct brcmf_if with bssidx fieldArend van Spriel1-1/+1
2012-09-12brcmfmac: Stop all net if queues on tx flow halt.Hante Meuleman1-1/+1
2012-06-27brcmfmac: add support for bus specific data commandFranky Lin1-0/+8
2012-03-05brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel1-2/+2
2012-02-22brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel1-1/+5
2012-02-22brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel1-0/+6
2012-02-22brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel1-2/+5
2011-12-19brcm80211: fmac: abstract ctrl frames interface function pointersFranky Lin1-12/+5
2011-12-19brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin1-3/+2
2011-12-19brcm80211: fmac: abstract bus_init interface function pointerFranky Lin1-3/+2
2011-12-19brcm80211: fmac: move common layer bus interface context to dhd_bus.hFranky Lin1-0/+77
2011-12-19brcm80211: fmac: abstract bus_stop interface function pointerFranky Lin1-4/+0
2011-12-19brcm80211: fmac: move sdio related macros to sdio_host.hFranky Lin1-6/+0
2011-12-19brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin1-3/+0
2011-11-28brcm80211: fmac: change function bus_stop parameterFranky Lin1-1/+1
2011-11-28brcm80211: fmac: remove function brcmf_bus_get_deviceFranky Lin1-3/+0
2011-11-28brcm80211: fmac: change function bus_init parameterFranky Lin1-1/+1
2011-11-28brcm80211: fmac: change function bus_txdata parameterFranky Lin1-1/+1
2011-11-28brcm80211: fmac: change function bus_txctl parameterFranky Lin1-1/+1
2011-11-28brcm80211: fmac: change function bus_rxctl parameterFranky Lin1-1/+1
2011-11-28brcm80211: fmac: rename structure brcmf_bus to brcmf_sdioFranky Lin1-6/+6
2011-11-28brcm80211: fmac: move module init/exit to sdio layerFranky Lin1-4/+0
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+57