summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville31-2296/+1463
2011-11-11brcmsmac: fix warning in _initvars_srom_pciJohn W. Linville1-1/+1
2011-11-11brcm80211: fmac: release bss struct returned from cfg80211_inform_bssFranky Lin1-5/+13
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: remove pointer traversal from brcmu_pkt_buf_free_skbArend van Spriel1-22/+11
2011-11-11brcm80211: util: move brcmu_pkttotlen() function to brcmfmacArend van Spriel3-17/+13
2011-11-11brcm80211: smac: combine promiscuous mode functionalityAlwin Beukers2-31/+17
2011-11-11brcm80211: util: use sk_buff_head in precedence queue functionsArend van Spriel2-98/+39
2011-11-11brcm80211: smac: remove usage of brcmu_pkttotlenArend van Spriel2-6/+4
2011-11-11brcm80211: fmac: remove id retrieve codeFranky Lin1-5/+0
2011-11-11brcm80211: fmac: add resetcore function for bcm4330 chipFranky Lin3-9/+45
2011-11-11brcm80211: fmac: add coredisable function for bcm4330 chipFranky Lin3-44/+82
2011-11-11brcm80211: fmac: add corerev function for bcm4330 chipFranky Lin2-6/+28
2011-11-11brcm80211: fmac: add iscoreup function for bcm4330 chipFranky Lin3-9/+51
2011-11-11brcm80211: smac: don't modify sta parameters when adding staAlwin Beukers1-7/+0
2011-11-11brcm80211: smac: remove duplicate definition of D11_PHY_HDR_LENArend van Spriel1-1/+0
2011-11-11brcm80211: smac: replace own access category definitions with mac80211 enumArend van Spriel2-19/+24
2011-11-11brcm80211: smac: remove code under unused macro definitionsArend van Spriel2-126/+0
2011-11-11brcm80211: smac: fix endianess issue for OTP memory accessArend van Spriel1-0/+2
2011-11-10brcm80211: fmac: optimize chip core info managementFranky Lin3-42/+81
2011-11-10brcm80211: fmac: replace private SB macros with ssb_regs versionFranky Lin2-63/+28
2011-11-10brcm80211: fmac: move chip drive strength related code to sdio_chip.cFranky Lin3-115/+117
2011-11-10brcm80211: fmac: move chip detach function to sdio_chip.cFranky Lin3-10/+11
2011-11-10brcm80211: fmac: move chip reset core function to sdio_chip.cFranky Lin3-47/+49
2011-11-10brcm80211: fmac: abstract chip core revision functionFranky Lin2-7/+15
2011-11-10brcm80211: fmac: abstract chip iscoreup functionFranky Lin3-7/+17
2011-11-10brcm80211: fmac: chip attach code flow clean upFranky Lin3-34/+21
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 Lin2-5/+5
2011-11-10brcm80211: fmac: disable dongle arm core in bus core setup functionFranky Lin2-6/+6
2011-11-10brcm80211: fmac: move core disable function to sdio_chip.cFranky Lin3-114/+111
2011-11-10brcm80211: fmac: abstract chip buscore setup functionFranky Lin2-20/+34
2011-11-10brcm80211: fmac: move bus core prep code to sdio_chip.cFranky Lin3-72/+77
2011-11-10brcm80211: fmac: move chip recognition function to sdio_chip.cFranky Lin5-143/+213
2011-11-10brcm80211: fmac: remove unnecessary 4329 chip specific codeFranky Lin1-9/+3
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+3
2011-11-09brcm80211: smac: change buffer endianess convert function interfaceArend van Spriel1-18/+15
2011-11-09brcm80211: fmac: remove state from brcmf_if in fullmacFranky Lin2-9/+2
2011-11-09brcm80211: fmac: store brcmf_if in net device private dataFranky Lin2-110/+56
2011-11-09brcm80211: fmac: use brcmf_add_if for all net devicesFranky Lin4-86/+54
2011-11-09brcm80211: smac: use sk_buff list for handling frames in receive pathArend van Spriel3-30/+32
2011-11-09brcm80211: smac: rename buffer endianess conversion functionsArend van Spriel1-5/+5
2011-11-09brcm80211: smac: changed check to confirm STA only supportRoland Vossen1-5/+1
2011-11-09brcm80211: smac: mute transmit on ops_startRoland Vossen4-5/+20
2011-11-09brcm80211: smac: modified Mac80211 callback interfaceRoland Vossen1-47/+37
2011-11-09brcm80211: smac: fixed inconsistency in transmit muteRoland Vossen1-8/+8
2011-11-09brcm80211: smac: bugfix for tx mute in brcms_b_init()Roland Vossen1-8/+8
2011-11-09brcm80211: smac: removed down-on-rf-kill functionalityRoland Vossen3-70/+0
2011-11-09brcm80211: smac: removed down-on-watchdog MPC functionalityRoland Vossen5-45/+9