aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-29brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel1-6/+0
2014-05-13brcmfmac: Make FWS queueing configurable.Hante Meuleman1-0/+1
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel1-0/+21
2013-12-18brcmfmac: Add definition of new protocol layer msgbuf.Hante Meuleman1-0/+8
2013-12-02brcmfmac: replace dongle command list with .preinit() callbackArend van Spriel1-1/+11
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel1-1/+2
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-1/+1
2013-10-03brcmfmac: rework rx path bus interfaceArend van Spriel1-1/+1
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-09-26brcmfmac: obtain platform data upon module initializationArend van Spriel1-1/+2
2013-09-24brcm80211: Remove extern from function prototypesJoe Perches1-14/+13
2013-08-15brcmfmac: remove align from brcmf_bus structureFranky Lin1-2/+0
2013-08-15brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()Arend van Spriel1-1/+5
2013-04-03brcmfmac: add optional bus callback definition for tx queue cleanupArend van Spriel1-1/+12
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