summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac
Commit message (Expand)AuthorAgeFilesLines
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-2/+2
* brcm80211: fmac: remove drive strength code for unsupported chipsFranky Lin2011-12-131-50/+2
* brcm80211: fmac: add bcm4330 supportFranky Lin2011-12-133-0/+38
* brcm80211: fmac: fix firmware shared structures versionFranky Lin2011-12-132-4/+4
* brcm80211: fmac: save bus interface structure in function 2 deviceFranky Lin2011-12-133-14/+13
* brcm80211: fmac: small memory leak on errorDan Carpenter2011-11-301-1/+3
* brcm80211: avoid code duplication on set tx powerLuis R. Rodriguez2011-11-301-6/+0
* brcm80211: fix usage of set tx powerLuis R. Rodriguez2011-11-301-1/+2
* brcm80211: fmac: change function bus_stop parameterFranky Lin2011-11-283-4/+7
* brcm80211: fmac: remove function brcmf_bus_get_deviceFranky Lin2011-11-283-14/+2
* brcm80211: fmac: change function bus_init parameterFranky Lin2011-11-283-7/+9
* brcm80211: fmac: change function bus_txdata parameterFranky Lin2011-11-283-3/+6
* brcm80211: fmac: change function bus_txctl parameterFranky Lin2011-11-283-3/+6
* brcm80211: fmac: change function bus_rxctl parameterFranky Lin2011-11-285-3/+8
* brcm80211: fmac: stop using brcmf_pub in brcmf_sdbrcm_bus_watchdogFranky Lin2011-11-281-6/+6
* brcm80211: fmac: move busstate to struct brcmf_busFranky Lin2011-11-284-31/+37
* brcm80211: fmac: introduce common bus interface struct brcmf_busFranky Lin2011-11-284-7/+26
* brcm80211: fmac: rename structure brcmf_bus to brcmf_sdioFranky Lin2011-11-284-70/+70
* brcm80211: fmac: remove unused parameter of brcmf_sdbrcm_probeFranky Lin2011-11-283-5/+3
* brcm80211: fmac: remove function brcmf_c_initFranky Lin2011-11-284-27/+1
* brcm80211: fmac: move module init/exit to sdio layerFranky Lin2011-11-283-37/+14
* brcm80211: fmac: discard packet received when net device not registeredFranky Lin2011-11-281-0/+6
* brcm80211: fmac: rename wait queue name to match using functionArend van Spriel2011-11-282-3/+7
* brcm80211: fmac: remove alignment check from brcmf_sdioh_request_buffer()Arend van Spriel2011-11-281-82/+18
* brcm80211: fmac: change firmware/nvram name to be more genericFranky Lin2011-11-283-37/+7
* brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() functionArend van Spriel2011-11-283-34/+36
* brcm80211: fmac: remove width parameter from brcmf_sdioh_request_bufferArend van Spriel2011-11-283-7/+5
* brcm80211: fmac: separate receiving skb chain from other receive pathArend van Spriel2011-11-284-77/+201
* brcm80211: fmac: cleanup receive path using proper skb_queue functionsArend van Spriel2011-11-283-42/+36
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\
| * drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* | brcm80211: fmac: release bss struct returned from cfg80211_inform_bssFranky Lin2011-11-111-5/+13
* | brcm80211: fmac: remove PCMCIA core related codeFranky Lin2011-11-111-15/+0
* | brcm80211: fmac: add function to free the glom skb queueArend van Spriel2011-11-111-20/+14
* | brcm80211: util: move brcmu_pkttotlen() function to brcmfmacArend van Spriel2011-11-111-1/+13
* | brcm80211: fmac: remove id retrieve codeFranky Lin2011-11-111-5/+0
* | brcm80211: fmac: add resetcore function for bcm4330 chipFranky Lin2011-11-113-9/+45
* | brcm80211: fmac: add coredisable function for bcm4330 chipFranky Lin2011-11-113-44/+82
* | brcm80211: fmac: add corerev function for bcm4330 chipFranky Lin2011-11-112-6/+28
* | brcm80211: fmac: add iscoreup function for bcm4330 chipFranky Lin2011-11-113-9/+51
* | brcm80211: fmac: optimize chip core info managementFranky Lin2011-11-093-42/+81
* | brcm80211: fmac: replace private SB macros with ssb_regs versionFranky Lin2011-11-092-63/+28
* | brcm80211: fmac: move chip drive strength related code to sdio_chip.cFranky Lin2011-11-093-115/+117
* | brcm80211: fmac: move chip detach function to sdio_chip.cFranky Lin2011-11-093-10/+11
* | brcm80211: fmac: move chip reset core function to sdio_chip.cFranky Lin2011-11-093-47/+49
* | brcm80211: fmac: abstract chip core revision functionFranky Lin2011-11-092-7/+15
* | brcm80211: fmac: abstract chip iscoreup functionFranky Lin2011-11-093-7/+17
* | brcm80211: fmac: chip attach code flow clean upFranky Lin2011-11-093-34/+21
* | brcm80211: fmac: remove duplicate regiter set in chip attach pathFranky Lin2011-11-091-13/+0
* | brcm80211: fmac: move dongle gpio reset code to chip attach functionFranky Lin2011-11-092-5/+5
OpenPOWER on IntegriCloud