aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-01brcmsmac: NULL dereferences in brcms_c_detach_mfree()Dan Carpenter1-4/+4
2014-12-01brcmsmac: extend hardware info shown in debugfsArend van Spriel1-13/+27
2014-11-20net: brcm80211: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+5
2014-10-30brcmsmac: expose 802.11 core statistics in debugfsArend van Spriel1-33/+133
2014-10-30brcmsmac: fix statistic counter update functionArend van Spriel1-9/+9
2014-09-15brcm80211: use container_of to resolve dma_info from dma_pubFabian Frederick1-19/+19
2014-09-15brcm80211: use container_of to resolve brcms_phy from brcms_phy_pubFabian Frederick3-68/+68
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-37/+0
2014-07-20brcm80211: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-18bcma: extract antenna gains from SPROM correctlyRafał Miłecki1-37/+0
2014-06-19net: wireless: Remove useless return variablesPeter Senna Tschudin1-5/+1
2014-05-19brcmsmac: make return of 0 explicitJulia Lawall1-9/+4
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-03-14brcmsmac: update comment to reflect the codeEmil Goode1-6/+0
2014-03-14brcmsmac: fix deadlock on missing firmwareEmil Goode1-8/+6
2014-01-13brcmsmac: delete useless variableJulia Lawall1-2/+0
2014-01-07mac80211: remove channel_change_timeJohannes Berg1-1/+0
2013-12-05brcm80211: fix usage of freq_reg_info()Luis R. Rodriguez1-1/+2
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-55/+46
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez1-2/+2
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2-53/+44
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+4
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2013-10-10brcmsmac: add support for a BCM4313 with PCI id 0x4313Hauke Mehrtens1-1/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-3/+3
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2013-09-26brcmsmac: call bcma_core_pci_power_save() from non-atomic contextArend van Spriel1-0/+4
2013-09-24brcm80211: Remove extern from function prototypesJoe Perches14-612/+535
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-369/+497
2013-08-26brcmsmac: use bcma PCIe up and down functionsHauke Mehrtens3-28/+4
2013-08-22brcmsmac: add support for BCM4313 iPA variantArend van Spriel1-20/+53
2013-08-22brcmsmac: reinitialize TSSI power control upon channel switchArend van Spriel1-0/+2
2013-08-22brcmsmac: correct phy registers for TSSI-based power controlArend van Spriel1-0/+20
2013-08-22brcmsmac: rework switch control table init including iPA BT-comboArend van Spriel3-15/+89
2013-08-22brcmsmac: avoid calling set_txpwr_by_index() twiceArend van Spriel1-1/+1
2013-08-22brcmsmac: fix TSSI idle estimationArend van Spriel1-0/+9
2013-08-22brcmsmac: change lcnphy receive i/q calibration routineArend van Spriel1-20/+58
2013-08-22brcmsmac: update transmit gain table for lcn phyArend van Spriel1-108/+108
2013-08-22brcmsmac: add debug info message providing phy and radio infoArend van Spriel1-1/+3
2013-08-22brcmsmac: use ARRAY_SIZE in phytbl_lcn.cArend van Spriel1-73/+44
2013-08-22brcmsmac: change pa_gain for bcm4313 iPAArend van Spriel1-5/+2
2013-08-22brcmsmac: cosmetic change in phy_lcn.cArend van Spriel1-107/+106
2013-08-15brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()John W. Linville1-4/+11
2013-07-22brcmsmac: Further reduce log spam from tx phy messagesJohn Greene2-5/+5
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+2
2013-06-12brcmsmac: disable power-save related functionsArend van Spriel1-15/+2
2013-06-03brcmsmac: Reduce log spam in heavy tx, make err print in debugJohn Greene1-1/+1
2013-04-26brcmsmac: Fix merge issuePiotr Haber1-0/+1