summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-281-37/+0
|\
| * bcma: extract antenna gains from SPROM correctlyRafał Miłecki2014-07-181-37/+0
* | brcm80211: remove unnecessary break after returnFabian Frederick2014-07-201-1/+0
|/
* net: wireless: Remove useless return variablesPeter Senna Tschudin2014-06-191-5/+1
* brcmsmac: make return of 0 explicitJulia Lawall2014-05-191-9/+4
* mac80211: add vif to flush callEmmanuel Grumbach2014-04-091-1/+2
* brcmsmac: update comment to reflect the codeEmil Goode2014-03-141-6/+0
* brcmsmac: fix deadlock on missing firmwareEmil Goode2014-03-141-8/+6
* brcmsmac: delete useless variableJulia Lawall2014-01-131-2/+0
* mac80211: remove channel_change_timeJohannes Berg2014-01-071-1/+0
* brcm80211: fix usage of freq_reg_info()Luis R. Rodriguez2013-12-051-1/+2
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-022-55/+46
|\
| * cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-251-2/+2
| * cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-252-53/+44
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-041-0/+4
| |\
* | \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-171-1/+1
|\ \ \ | |/ /
| * | brcmsmac: add support for a BCM4313 with PCI id 0x4313Hauke Mehrtens2013-10-101-1/+1
* | | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-0/+4
|\ \ \ | | |/ | |/|
| * | brcmsmac: call bcma_core_pci_power_save() from non-atomic contextArend van Spriel2013-09-261-0/+4
| |/
* | brcm80211: Remove extern from function prototypesJoe Perches2013-09-2414-612/+535
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-058-369/+497
|\
| * brcmsmac: use bcma PCIe up and down functionsHauke Mehrtens2013-08-263-28/+4
| * brcmsmac: add support for BCM4313 iPA variantArend van Spriel2013-08-221-20/+53
| * brcmsmac: reinitialize TSSI power control upon channel switchArend van Spriel2013-08-221-0/+2
| * brcmsmac: correct phy registers for TSSI-based power controlArend van Spriel2013-08-221-0/+20
| * brcmsmac: rework switch control table init including iPA BT-comboArend van Spriel2013-08-223-15/+89
| * brcmsmac: avoid calling set_txpwr_by_index() twiceArend van Spriel2013-08-221-1/+1
| * brcmsmac: fix TSSI idle estimationArend van Spriel2013-08-221-0/+9
| * brcmsmac: change lcnphy receive i/q calibration routineArend van Spriel2013-08-221-20/+58
| * brcmsmac: update transmit gain table for lcn phyArend van Spriel2013-08-221-108/+108
| * brcmsmac: add debug info message providing phy and radio infoArend van Spriel2013-08-221-1/+3
| * brcmsmac: use ARRAY_SIZE in phytbl_lcn.cArend van Spriel2013-08-221-73/+44
| * brcmsmac: change pa_gain for bcm4313 iPAArend van Spriel2013-08-221-5/+2
| * brcmsmac: cosmetic change in phy_lcn.cArend van Spriel2013-08-221-107/+106
| * brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()John W. Linville2013-08-151-4/+11
| * brcmsmac: Further reduce log spam from tx phy messagesJohn Greene2013-07-222-5/+5
* | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-15/+2
|\
| * brcmsmac: disable power-save related functionsArend van Spriel2013-06-121-15/+2
* | brcmsmac: Reduce log spam in heavy tx, make err print in debugJohn Greene2013-06-031-1/+1
|/
* brcmsmac: Fix merge issuePiotr Haber2013-04-261-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-231-133/+132
|\
| * brcmsmac: request firmware in .start() callbackArend van Spriel2013-04-081-132/+132
* | brcm80211: simplify makefilesJohannes Berg2013-04-121-8/+3
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-103-7/+7
|\ \
| * | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-253-7/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-292-271/+162
|\ \ \ | | |/ | |/|
| * | Revert "brcmsmac: support 4313iPA"John W. Linville2013-03-272-271/+162
* | | brcmsmac: remove some pmu functions and use the bcma equivalentsHauke Mehrtens2013-03-276-107/+43
OpenPOWER on IntegriCloud