summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-222-0/+2
|\
| * staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-11-011-0/+1
| * drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* | brcm80211: smac: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-2/+1
* | brcmsmac: Use current logging stylesJoe Perches2011-11-172-79/+80
* | brcmsmac: fix warning in _initvars_srom_pciJohn W. Linville2011-11-111-1/+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: remove pointer traversal from brcmu_pkt_buf_free_skbArend van Spriel2011-11-111-22/+11
* | brcm80211: util: move brcmu_pkttotlen() function to brcmfmacArend van Spriel2011-11-113-17/+13
* | brcm80211: smac: combine promiscuous mode functionalityAlwin Beukers2011-11-112-31/+17
* | brcm80211: util: use sk_buff_head in precedence queue functionsArend van Spriel2011-11-112-98/+39
* | brcm80211: smac: remove usage of brcmu_pkttotlenArend van Spriel2011-11-112-6/+4
* | 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: smac: don't modify sta parameters when adding staAlwin Beukers2011-11-111-7/+0
* | brcm80211: smac: remove duplicate definition of D11_PHY_HDR_LENArend van Spriel2011-11-111-1/+0
* | brcm80211: smac: replace own access category definitions with mac80211 enumArend van Spriel2011-11-112-19/+24
* | brcm80211: smac: remove code under unused macro definitionsArend van Spriel2011-11-112-126/+0
* | brcm80211: smac: fix endianess issue for OTP memory accessArend van Spriel2011-11-111-0/+2
* | 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
* | brcm80211: fmac: disable dongle arm core in bus core setup functionFranky Lin2011-11-092-6/+6
* | brcm80211: fmac: move core disable function to sdio_chip.cFranky Lin2011-11-093-114/+111
* | brcm80211: fmac: abstract chip buscore setup functionFranky Lin2011-11-092-20/+34
* | brcm80211: fmac: move bus core prep code to sdio_chip.cFranky Lin2011-11-093-72/+77
* | brcm80211: fmac: move chip recognition function to sdio_chip.cFranky Lin2011-11-095-143/+213
* | brcm80211: fmac: remove unnecessary 4329 chip specific codeFranky Lin2011-11-091-9/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-091-2/+3
|\ \
| * | brcm80211: smac: eliminate a null pointer dereference in dma.cArend van Spriel2011-11-071-2/+3
| |/
* | brcm80211: smac: change buffer endianess convert function interfaceArend van Spriel2011-11-081-18/+15
* | brcm80211: fmac: remove state from brcmf_if in fullmacFranky Lin2011-11-082-9/+2
* | brcm80211: fmac: store brcmf_if in net device private dataFranky Lin2011-11-082-110/+56
* | brcm80211: fmac: use brcmf_add_if for all net devicesFranky Lin2011-11-084-86/+54
* | brcm80211: smac: use sk_buff list for handling frames in receive pathArend van Spriel2011-11-083-30/+32
* | brcm80211: smac: rename buffer endianess conversion functionsArend van Spriel2011-11-081-5/+5
* | brcm80211: smac: changed check to confirm STA only supportRoland Vossen2011-11-081-5/+1
* | brcm80211: smac: mute transmit on ops_startRoland Vossen2011-11-084-5/+20