summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: "INTERMEDIATE but not AMPDU" only when tracingEldad Zack2012-04-231-2/+1
* brcm80211: smac: resume transmit fifo upon receiving framesArend van Spriel2012-04-131-0/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-092-23/+28
|\
| * brcm80211: smac: cleanup couple of debug output statementsArend van Spriel2012-03-051-11/+9
| * brcm80211: smac: remove firmware requests from init_module syscallArend van Spriel2012-03-051-12/+19
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-054-29/+18
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-291-3/+3
| |\
| * | brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel2012-02-223-5/+14
| * | brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel2012-02-221-5/+1
| * | brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphyArend van Spriel2012-02-221-20/+1
| * | brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057()Arend van Spriel2012-02-221-4/+3
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-011-1/+9
| |\ \
* | \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-011-8/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | brcm80211: smac: only print block-ack timeout message at trace levelArend van Spriel2012-02-231-3/+3
| * | | brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel2012-02-231-5/+1
| | |/ | |/|
* | | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-132-3/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-068-128/+117
|\ \ \ | |/ / |/| / | |/
| * brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-243-5/+9
| * brcm80211: Use brcmu_dbg_hex_dumpJoe Perches2012-01-241-6/+3
| * brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-01-243-83/+71
| * brcm80211: Use normal DEBUG defineJoe Perches2012-01-247-39/+39
* | brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka2012-01-181-1/+9
|/
* brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds2012-01-171-35/+3
* bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds2012-01-171-1/+1
* brcmsmac: fix reading of PCI sprom contentsLinus Torvalds2012-01-121-11/+20
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-193-19/+19
* brcm80211: smac: precendence bug in wlc_phy_attach()Dan Carpenter2011-12-151-2/+2
* brcmsmac: Replace kmalloc/memset with kzallocLarry Finger2011-12-151-3/+1
* brcm80211: smac: register with bcma for specific 802.11 core revisionsArend van Spriel2011-12-131-2/+2
* brcm80211: smac: cleanup buscore handling in aiutils.cArend van Spriel2011-12-133-44/+34
* brcm80211: smac: cleanup si_info structure definitionArend van Spriel2011-12-132-67/+11
* brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel2011-12-134-184/+59
* brcm80211: smac: remove ai_switch_core() functionArend van Spriel2011-12-135-69/+7
* brcm80211: smac: remove interrupt disable callback functionalityArend van Spriel2011-12-133-57/+0
* brcm80211: smac: INTROFF/INTRESTORE macros removedArend van Spriel2011-12-131-24/+6
* brcm80211: smac: remove empty or unused functions from pmu.cArend van Spriel2011-12-133-66/+1
* brcm80211: smac: remove register access macro definitionsArend van Spriel2011-12-131-51/+0
* brcm80211: smac: use bcma core access functions in aiutils.cArend van Spriel2011-12-131-120/+70
* brcm80211: smac: use bcma core access functions in pmu.cArend van Spriel2011-12-131-80/+73
* brcm80211: smac: use bcma core access function in srom.cArend van Spriel2011-12-133-37/+17
* brcm80211: smac: use bcma core access functions in otp.cArend van Spriel2011-12-131-42/+26
* brcm80211: smac: change ai_findcoreidx() to ai_findcore()Arend van Spriel2011-12-132-7/+9
* brcm80211: smac: use bcma core access functions in nicpci.cArend van Spriel2011-12-133-111/+90
* brcm80211: smac: use bcma core control functionsArend van Spriel2011-12-135-140/+47
* brcm80211: smac: remove unused functions and/or prototypesArend van Spriel2011-12-132-151/+1
* brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel2011-12-137-87/+68
* brcm80211: smac: remove SI_FAST() macro usageArend van Spriel2011-12-131-122/+35
* brcm80211: smac: use bcma functions for register access in phy codeArend van Spriel2011-12-137-176/+162
* brcm80211: smac: use bcma function for register access in dma.cArend van Spriel2011-12-133-91/+108
* brcm80211: smac: use DMA-API calls for descriptor allocationsArend van Spriel2011-12-133-30/+35
OpenPOWER on IntegriCloud