aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10brcmsmac: handle non PCI devices in the phy codeHauke Mehrtens1-2/+8
2012-07-10brcmsmac: fix read in write_phy_regHauke Mehrtens1-1/+1
2012-07-10brcmsmac: extend brcms_c_chipmatch() to also handle non PCIe devicesHauke Mehrtens3-9/+34
2012-07-10brcmsmac: fix DMA on SoCsHauke Mehrtens1-3/+8
2012-07-10brcmsmac: extend xmtfifo_sz arrayHauke Mehrtens1-1/+19
2012-07-10brcmsmac: add some workarounds for other chips againHauke Mehrtens1-42/+89
2012-07-10brcmsmac: add a conditions for core rev 17 againHauke Mehrtens1-2/+4
2012-07-10brcmsmac: remove some unnessessacry casts and void pointerHauke Mehrtens1-6/+5
2012-07-10brcmsmac: use chip and package id constants from bcmaHauke Mehrtens5-37/+27
2012-07-10brcmsmac: use core id constants from bcmaHauke Mehrtens2-64/+2
2012-07-10brcmsmac: remove some redundant chip common workaroundsHauke Mehrtens1-42/+0
2012-07-10brcmsmac: remove si_pmu_spuravoid_pllupdate()Hauke Mehrtens3-86/+2
2012-07-10brcmsmac: remove si_pmu_init() and si_pmu_res_init()Hauke Mehrtens3-80/+0
2012-07-10brcmsmac: remove ai_findcore()Hauke Mehrtens3-31/+14
2012-07-10brcmsmac: use container_of instead of castHauke Mehrtens1-8/+8
2012-07-10brcmsmac: remove ai_get_buscore{type,rev}()Hauke Mehrtens2-19/+0
2012-07-10brcmsmac: remove PCI_FORCEHT() macroHauke Mehrtens1-19/+0
2012-07-10brcmsmac: remove PCIE() macroHauke Mehrtens1-5/+4
2012-07-09brcmsmac: fix brcms_c_regd_init() which crashed after 11ad patchArend van Spriel1-10/+7
2012-06-27brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel1-1/+1
2012-06-27brcmfmac: add BCM4334 supportFranky Lin4-0/+22
2012-06-27brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel1-31/+17
2012-06-27brcmfmac: use firmware data buffer directly for nvramFranky Lin1-67/+30
2012-06-27brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin2-13/+15
2012-06-27brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin2-6/+15
2012-06-27brcmfmac: add support for bus specific data commandFranky Lin3-0/+26
2012-06-22brcmsmac: fix NULL pointer crash in brcms_c_regd_init()Arend van Spriel1-0/+5
2012-06-22brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel1-0/+1
2012-06-20brcm80211: smac: use current regulatory domain when checking whether OFDM is allowedSeth Forshee3-126/+15
2012-06-20brcm80211: smac: don't validate channels against internal regulatory dataSeth Forshee1-338/+6
2012-06-20brcm80211: smac: use mac80211 channel data for tx power limitsSeth Forshee1-59/+14
2012-06-20brcm80211: smac: enable/disable radio on regulatory updatesSeth Forshee1-41/+26
2012-06-20brcm80211: smac: inform mac80211 of the X2 regulatory domainSeth Forshee3-178/+210
2012-06-20brcm80211: smac: clean up channel.cSeth Forshee1-133/+5
2012-06-20brcm80211: smac: remove unused code for 40MHz channelsSeth Forshee1-116/+0
2012-06-20brcm80211: smac: always set channel specified by mac80211Seth Forshee1-24/+6
2012-06-20brcm80211: smac: don't set up tx power limits during initializationSeth Forshee1-8/+0
2012-06-20brcmfmac: introduce checkdied debugfs functionalityArend van Spriel1-1/+331
2012-06-13brcmfmac: expose sdio internal counters in debugfsArend van Spriel3-93/+175
2012-06-13brcmfmac: add debugfs helper functionsArend van Spriel5-0/+98
2012-06-13brcmsmac: fix smatch warning found in ampdu.cArend van Spriel1-3/+2
2012-06-13brcmsmac: remove brcms_set_hint() functionArend van Spriel1-11/+3
2012-06-06brcm80211: brcmsmac: fixed checkpatch and sparse warningsChris Yungmann2-3/+2
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2012-06-05brcm80211: brcmu_pkt_buf_free_skb() should handle NULLDan Carpenter1-0/+2
2012-06-05brcm80211: remove an unneeded NULL checkDan Carpenter1-1/+1
2012-06-04brcmfmac: Fix likely misuse of | for &Joe Perches1-2/+2
2012-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-2/+3
2012-05-25brcmfmac: use vmalloc to allocate mem for the firmwareHauke Mehrtens1-2/+3
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-3946/+668