summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-072-5/+6
|\
| * brcm80211: smac: set interface down on resetVladimir Zapolskiy2012-08-221-0/+3
| * brcmsmac: use channel flags to restrict OFDMSeth Forshee2012-08-022-5/+3
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-211-2/+4
|\ \
| * | mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-2/+4
| |/
* | brcmsmac: document firmware dependenciesJeff Mahoney2012-08-101-1/+3
* | brcmsmac: use ieee80211_channel_to_frequencyJohannes Berg2012-08-061-9/+4
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-203-8/+7
|\
| * brcmsmac: restructure info->control.sta handling as it is goning to be remove...Thomas Huehn2012-07-123-8/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-1211-389/+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-101-2/+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-294-1002/+266
|\ \ | |/
| * brcmsmac: fix NULL pointer crash in brcms_c_regd_init()Arend van Spriel2012-06-221-0/+5
| * 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
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-192-14/+5
|\ \ | |/
| * brcmsmac: fix smatch warning found in ampdu.cArend van Spriel2012-06-131-3/+2
| * brcmsmac: remove brcms_set_hint() functionArend van Spriel2012-06-131-11/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-123-4/+3
|\ \ | |/
| * brcm80211: brcmsmac: fixed checkpatch and sparse warningsChris Yungmann2012-06-062-3/+2
| * brcm80211: remove an unneeded NULL checkDan Carpenter2012-06-051-1/+1
* | wireless: Remove casts to same typeJoe Perches2012-06-062-2/+2
|/
* brcmsmac: handle non pci in ai_deviceremoved()Hauke Mehrtens2012-05-161-0/+3
* brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens2012-05-161-6/+17
* brcmsmac: do not access host_pciHauke Mehrtens2012-05-161-5/+5
OpenPOWER on IntegriCloud