summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmsmac
AgeCommit message (Expand)AuthorFilesLines
2012-03-06brcm80211: smac: cleanup couple of debug output statementsArend van Spriel1-11/+9
2012-03-06brcm80211: smac: remove firmware requests from init_module syscallArend van Spriel1-12/+19
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2012-02-24brcm80211: smac: only print block-ack timeout message at trace levelArend van Spriel1-3/+3
2012-02-24brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel1-5/+1
2012-02-22brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel3-5/+14
2012-02-22brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel1-5/+1
2012-02-22brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphyArend van Spriel1-20/+1
2012-02-22brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057()Arend van Spriel1-4/+3
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+9
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches3-5/+9
2012-01-24brcm80211: Use brcmu_dbg_hex_dumpJoe Perches1-6/+3
2012-01-24brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches3-83/+71
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches7-39/+39
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-13brcmsmac: fix reading of PCI sprom contentsLinus Torvalds1-11/+20
2011-12-20net: 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-14brcm80211: smac: register with bcma for specific 802.11 core revisionsArend van Spriel1-2/+2
2011-12-14brcm80211: smac: cleanup buscore handling in aiutils.cArend van Spriel3-44/+34
2011-12-14brcm80211: smac: cleanup si_info structure definitionArend van Spriel2-67/+11
2011-12-14brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel4-184/+59
2011-12-14brcm80211: smac: remove ai_switch_core() functionArend van Spriel5-69/+7
2011-12-14brcm80211: smac: remove interrupt disable callback functionalityArend van Spriel3-57/+0
2011-12-14brcm80211: smac: INTROFF/INTRESTORE macros removedArend van Spriel1-24/+6
2011-12-14brcm80211: smac: remove empty or unused functions from pmu.cArend van Spriel3-66/+1
2011-12-14brcm80211: smac: remove register access macro definitionsArend van Spriel1-51/+0
2011-12-14brcm80211: smac: use bcma core access functions in aiutils.cArend van Spriel1-120/+70
2011-12-14brcm80211: smac: use bcma core access functions in pmu.cArend van Spriel1-80/+73
2011-12-14brcm80211: smac: use bcma core access function in srom.cArend van Spriel3-37/+17
2011-12-14brcm80211: smac: use bcma core access functions in otp.cArend van Spriel1-42/+26
2011-12-14brcm80211: smac: change ai_findcoreidx() to ai_findcore()Arend van Spriel2-7/+9
2011-12-14brcm80211: smac: use bcma core access functions in nicpci.cArend van Spriel3-111/+90
2011-12-14brcm80211: smac: use bcma core control functionsArend van Spriel5-140/+47
2011-12-14brcm80211: smac: remove unused functions and/or prototypesArend van Spriel2-151/+1
2011-12-14brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel7-87/+68
2011-12-14brcm80211: smac: remove SI_FAST() macro usageArend van Spriel1-122/+35
2011-12-14brcm80211: smac: use bcma functions for register access in phy codeArend van Spriel7-176/+162
2011-12-14brcm80211: smac: use bcma function for register access in dma.cArend van Spriel3-91/+108
2011-12-14brcm80211: smac: use DMA-API calls for descriptor allocationsArend van Spriel3-30/+35
2011-12-14brcm80211: smac: use bcma core register access functions for 802.11 coreArend van Spriel5-267/+274
2011-12-14brcm80211: smac: remove enumeration rom parsing functionArend van Spriel1-237/+18
2011-12-14brcm80211: smac: change ai_attach interface taking a bcma_bus objectArend van Spriel3-11/+14
2011-12-14brcm80211: smac: rename struct si_info field pbus to pcibusArend van Spriel3-25/+25
2011-12-14brcm80211: smac: change attach interfaces in main.c for bcma supportArend van Spriel3-22/+19
2011-12-14brcm80211: smac: change from pci device driver to bcma device driverArend van Spriel2-107/+63
2011-12-14brcm80211: smac: use inline access functions for struct si_pub fieldsArend van Spriel10-131/+174