summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-14brcm80211: fmac: add bcm4330 supportFranky Lin1-0/+2
2011-11-28brcm80211: fmac: change function bus_stop parameterFranky Lin1-2/+5
2011-11-28brcm80211: fmac: remove function brcmf_bus_get_deviceFranky Lin1-5/+0
2011-11-28brcm80211: fmac: change function bus_init parameterFranky Lin1-5/+7
2011-11-28brcm80211: fmac: change function bus_txdata parameterFranky Lin1-1/+4
2011-11-28brcm80211: fmac: change function bus_txctl parameterFranky Lin1-1/+4
2011-11-28brcm80211: fmac: change function bus_rxctl parameterFranky Lin1-1/+4
2011-11-28brcm80211: fmac: stop using brcmf_pub in brcmf_sdbrcm_bus_watchdogFranky Lin1-6/+6
2011-11-28brcm80211: fmac: move busstate to struct brcmf_busFranky Lin1-20/+22
2011-11-28brcm80211: fmac: rename structure brcmf_bus to brcmf_sdioFranky Lin1-60/+60
2011-11-28brcm80211: fmac: remove unused parameter of brcmf_sdbrcm_probeFranky Lin1-2/+1
2011-11-28brcm80211: fmac: remove function brcmf_c_initFranky Lin1-10/+0
2011-11-28brcm80211: fmac: change firmware/nvram name to be more genericFranky Lin1-10/+7
2011-11-28brcm80211: fmac: separate receiving skb chain from other receive pathArend van Spriel1-31/+16
2011-11-28brcm80211: fmac: cleanup receive path using proper skb_queue functionsArend van Spriel1-31/+21
2011-11-11brcm80211: fmac: remove PCMCIA core related codeFranky Lin1-15/+0
2011-11-11brcm80211: fmac: add function to free the glom skb queueArend van Spriel1-20/+14
2011-11-11brcm80211: util: move brcmu_pkttotlen() function to brcmfmacArend van Spriel1-1/+13
2011-11-11brcm80211: fmac: add resetcore function for bcm4330 chipFranky Lin1-3/+2
2011-11-11brcm80211: fmac: add coredisable function for bcm4330 chipFranky Lin1-7/+4
2011-11-11brcm80211: fmac: add iscoreup function for bcm4330 chipFranky Lin1-3/+1
2011-11-10brcm80211: fmac: optimize chip core info managementFranky Lin1-12/+23
2011-11-10brcm80211: fmac: move chip drive strength related code to sdio_chip.cFranky Lin1-115/+2
2011-11-10brcm80211: fmac: move chip detach function to sdio_chip.cFranky Lin1-10/+1
2011-11-10brcm80211: fmac: move chip reset core function to sdio_chip.cFranky Lin1-47/+2
2011-11-10brcm80211: fmac: abstract chip core revision functionFranky Lin1-3/+1
2011-11-10brcm80211: fmac: abstract chip iscoreup functionFranky Lin1-6/+2
2011-11-10brcm80211: fmac: chip attach code flow clean upFranky Lin1-28/+3
2011-11-10brcm80211: fmac: remove duplicate regiter set in chip attach pathFranky Lin1-13/+0
2011-11-10brcm80211: fmac: move dongle gpio reset code to chip attach functionFranky Lin1-5/+0
2011-11-10brcm80211: fmac: disable dongle arm core in bus core setup functionFranky Lin1-6/+0
2011-11-10brcm80211: fmac: move core disable function to sdio_chip.cFranky Lin1-114/+3
2011-11-10brcm80211: fmac: move bus core prep code to sdio_chip.cFranky Lin1-72/+1
2011-11-10brcm80211: fmac: move chip recognition function to sdio_chip.cFranky Lin1-135/+2
2011-11-10brcm80211: fmac: remove unnecessary 4329 chip specific codeFranky Lin1-9/+3
2011-11-09brcm80211: fmac: use brcmf_add_if for all net devicesFranky Lin1-3/+4
2011-11-09brcm80211: fmac: allow wd timer to be disabled when bus downFranky Lin1-4/+4
2011-11-09brcm80211: fmac: use sk_buff list for handling frames in receive pathArend van Spriel1-29/+33
2011-11-09brcm80211: util: move brcmu_pktfrombuf() function to brcmfmacArend van Spriel1-2/+23
2011-10-14net: wireless: brcm80210: include module.hStephen Rothwell1-0/+1
2011-10-14brcm80211: moved function brcmu_chipnameAlwin Beukers1-1/+10
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+4581