summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-1/+1
|\
| * brcm80211: pointless current->files passed to filp_close()Al Viro2012-07-291-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-204-12/+10
|\ \
| * | wireless: brcm80211: use %pM to print BSSIDAndy Shevchenko2012-07-121-3/+1
| * | brcmsmac: restructure info->control.sta handling as it is goning to be remove...Thomas Huehn2012-07-123-8/+7
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-121-1/+2
| |\ \
| | * | nl80211: move scan API to wdevJohannes Berg2012-07-121-1/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-1212-451/+216
|\ \ \ \ | |/ / /
| * | | brcmsmac: handle non PCI devices in the phy codeHauke Mehrtens2012-07-101-2/+8
| * | | brcmsmac: fix read in write_phy_regHauke Mehrtens2012-07-101-1/+1
| * | | brcmsmac: extend brcms_c_chipmatch() to also handle non PCIe devicesHauke Mehrtens2012-07-103-9/+34
| * | | brcmsmac: fix DMA on SoCsHauke Mehrtens2012-07-101-3/+8
| * | | brcmsmac: extend xmtfifo_sz arrayHauke Mehrtens2012-07-101-1/+19
| * | | brcmsmac: add some workarounds for other chips againHauke Mehrtens2012-07-101-42/+89
| * | | brcmsmac: add a conditions for core rev 17 againHauke Mehrtens2012-07-101-2/+4
| * | | brcmsmac: remove some unnessessacry casts and void pointerHauke Mehrtens2012-07-101-6/+5
| * | | brcmsmac: use chip and package id constants from bcmaHauke Mehrtens2012-07-105-37/+27
| * | | brcmsmac: use core id constants from bcmaHauke Mehrtens2012-07-102-64/+2
| * | | brcmsmac: remove some redundant chip common workaroundsHauke Mehrtens2012-07-101-42/+0
| * | | brcmsmac: remove si_pmu_spuravoid_pllupdate()Hauke Mehrtens2012-07-103-86/+2
| * | | brcmsmac: remove si_pmu_init() and si_pmu_res_init()Hauke Mehrtens2012-07-103-80/+0
| * | | brcmsmac: remove ai_findcore()Hauke Mehrtens2012-07-103-31/+14
| * | | brcmsmac: use container_of instead of castHauke Mehrtens2012-07-101-8/+8
| * | | brcmsmac: remove ai_get_buscore{type,rev}()Hauke Mehrtens2012-07-102-19/+0
| * | | brcmsmac: remove PCI_FORCEHT() macroHauke Mehrtens2012-07-101-19/+0
| * | | brcmsmac: remove PCIE() macroHauke Mehrtens2012-07-101-5/+4
| * | | brcmsmac: fix brcms_c_regd_init() which crashed after 11ad patchArend van Spriel2012-07-091-10/+7
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-2911-1112/+715
|\ \ \ | |/ /
| * | brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel2012-06-271-1/+1
| * | brcmfmac: add BCM4334 supportFranky Lin2012-06-274-0/+22
| * | brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel2012-06-271-31/+17
| * | brcmfmac: use firmware data buffer directly for nvramFranky Lin2012-06-271-67/+30
| * | brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin2012-06-272-13/+15
| * | brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin2012-06-272-6/+15
| * | brcmfmac: add support for bus specific data commandFranky Lin2012-06-273-0/+26
| * | brcmsmac: fix NULL pointer crash in brcms_c_regd_init()Arend van Spriel2012-06-221-0/+5
| * | brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel2012-06-221-0/+1
| * | brcm80211: smac: use current regulatory domain when checking whether OFDM is ...Seth Forshee2012-06-203-126/+15
| * | brcm80211: smac: don't validate channels against internal regulatory dataSeth Forshee2012-06-201-338/+6
| * | brcm80211: smac: use mac80211 channel data for tx power limitsSeth Forshee2012-06-201-59/+14
| * | brcm80211: smac: enable/disable radio on regulatory updatesSeth Forshee2012-06-201-41/+26
| * | brcm80211: smac: inform mac80211 of the X2 regulatory domainSeth Forshee2012-06-203-178/+210
| * | brcm80211: smac: clean up channel.cSeth Forshee2012-06-201-133/+5
| * | brcm80211: smac: remove unused code for 40MHz channelsSeth Forshee2012-06-201-116/+0
| * | brcm80211: smac: always set channel specified by mac80211Seth Forshee2012-06-201-24/+6
| * | brcm80211: smac: don't set up tx power limits during initializationSeth Forshee2012-06-201-8/+0
| * | brcmfmac: introduce checkdied debugfs functionalityArend van Spriel2012-06-201-1/+331
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-198-107/+278
|\ \ \ | |/ /
| * | brcmfmac: expose sdio internal counters in debugfsArend van Spriel2012-06-133-93/+175
| * | brcmfmac: add debugfs helper functionsArend van Spriel2012-06-135-0/+98
OpenPOWER on IntegriCloud