aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-18brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka1-1/+9
2012-01-17brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds1-35/+3
2012-01-17bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds1-1/+1
2012-01-12brcmsmac: fix reading of PCI sprom contentsLinus Torvalds1-11/+20
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell3-19/+19
2011-12-15brcm80211: smac: precendence bug in wlc_phy_attach()Dan Carpenter1-2/+2
2011-12-15brcmsmac: Replace kmalloc/memset with kzallocLarry Finger1-3/+1
2011-12-13brcm80211: smac: register with bcma for specific 802.11 core revisionsArend van Spriel1-2/+2
2011-12-13brcm80211: smac: cleanup buscore handling in aiutils.cArend van Spriel3-44/+34
2011-12-13brcm80211: smac: cleanup si_info structure definitionArend van Spriel2-67/+11
2011-12-13brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel4-184/+59
2011-12-13brcm80211: smac: remove ai_switch_core() functionArend van Spriel5-69/+7
2011-12-13brcm80211: smac: remove interrupt disable callback functionalityArend van Spriel3-57/+0
2011-12-13brcm80211: smac: INTROFF/INTRESTORE macros removedArend van Spriel1-24/+6
2011-12-13brcm80211: smac: remove empty or unused functions from pmu.cArend van Spriel3-66/+1
2011-12-13brcm80211: smac: remove register access macro definitionsArend van Spriel1-51/+0
2011-12-13brcm80211: smac: use bcma core access functions in aiutils.cArend van Spriel1-120/+70
2011-12-13brcm80211: smac: use bcma core access functions in pmu.cArend van Spriel1-80/+73
2011-12-13brcm80211: smac: use bcma core access function in srom.cArend van Spriel3-37/+17
2011-12-13brcm80211: smac: use bcma core access functions in otp.cArend van Spriel1-42/+26
2011-12-13brcm80211: smac: change ai_findcoreidx() to ai_findcore()Arend van Spriel2-7/+9
2011-12-13brcm80211: smac: use bcma core access functions in nicpci.cArend van Spriel3-111/+90
2011-12-13brcm80211: smac: use bcma core control functionsArend van Spriel5-140/+47
2011-12-13brcm80211: smac: remove unused functions and/or prototypesArend van Spriel2-151/+1
2011-12-13brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel7-87/+68
2011-12-13brcm80211: smac: remove SI_FAST() macro usageArend van Spriel1-122/+35
2011-12-13brcm80211: smac: use bcma functions for register access in phy codeArend van Spriel7-176/+162
2011-12-13brcm80211: smac: use bcma function for register access in dma.cArend van Spriel3-91/+108
2011-12-13brcm80211: smac: use DMA-API calls for descriptor allocationsArend van Spriel3-30/+35
2011-12-13brcm80211: smac: use bcma core register access functions for 802.11 coreArend van Spriel5-267/+274
2011-12-13brcm80211: smac: remove enumeration rom parsing functionArend van Spriel1-237/+18
2011-12-13brcm80211: smac: change ai_attach interface taking a bcma_bus objectArend van Spriel3-11/+14
2011-12-13brcm80211: smac: rename struct si_info field pbus to pcibusArend van Spriel3-25/+25
2011-12-13brcm80211: smac: change attach interfaces in main.c for bcma supportArend van Spriel3-22/+19
2011-12-13brcm80211: smac: change from pci device driver to bcma device driverArend van Spriel2-107/+63
2011-12-13brcm80211: smac: use inline access functions for struct si_pub fieldsArend van Spriel10-131/+174
2011-12-13brcm80211: smac: move fields from struct si_pub to struct si_infoArend van Spriel2-13/+15
2011-12-13brcm80211: smac: remove unused fields from struct si_pub definitionArend van Spriel2-14/+0
2011-11-28brcm80211: smac: added support for mac80211 filter flagsAlwin Beukers3-51/+38
2011-11-28brcm80211: smac: fix channel frequencyAlwin Beukers1-1/+1
2011-11-28brcm80211: smac: remove skb next pointer usage from the driverArend van Spriel2-40/+24
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21brcm80211: smac: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-11-17brcmsmac: Use current logging stylesJoe Perches2-79/+80
2011-11-11brcmsmac: fix warning in _initvars_srom_pciJohn W. Linville1-1/+1
2011-11-11brcm80211: smac: combine promiscuous mode functionalityAlwin Beukers2-31/+17
2011-11-11brcm80211: smac: remove usage of brcmu_pkttotlenArend van Spriel2-6/+4
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