summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmsmac
AgeCommit message (Expand)AuthorFilesLines
2012-10-19bcma: add an extra pcie core structHauke Mehrtens2-3/+3
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+4
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-24brcmsmac: don't start device when RfKill is engagedPiotr Haber1-1/+4
2012-09-11brcm80211: Remove bogus memcpy in ai_detachAndi Kleen1-3/+0
2012-09-10brcmsmac: fix mismatch in number of custom regulatory rulesArend van Spriel1-1/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-5/+6
2012-08-22brcm80211: smac: set interface down on resetVladimir Zapolskiy1-0/+3
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+4
2012-08-10brcmsmac: document firmware dependenciesJeff Mahoney1-1/+3
2012-08-06brcmsmac: use ieee80211_channel_to_frequencyJohannes Berg1-9/+4
2012-08-02brcmsmac: use channel flags to restrict OFDMSeth Forshee2-5/+3
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-2/+4
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-8/+7
2012-07-12brcmsmac: restructure info->control.sta handling as it is goning to be remove...Thomas Huehn3-8/+7
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-389/+216
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 Mehrtens1-2/+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-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-1002/+266
2012-06-22brcmsmac: fix NULL pointer crash in brcms_c_regd_init()Arend van Spriel1-0/+5
2012-06-20brcm80211: smac: use current regulatory domain when checking whether OFDM is ...Seth 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-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-14/+5
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-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+3