summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmsmac (follow)
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: Remove always false 'channel < 0' statementAustin Kim2019-12-181-1/+1
* brcmsmac: remove unnecessary returnEduardo Abinader2019-11-151-2/+0
* brcmsmac: remove set but not used variablesYueHaibing2019-11-061-9/+2
* Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-062-8/+5
|\
| * brcmsmac: remove duplicated if conditionDenis Efremov2019-10-011-6/+4
| * brcmsmac: remove a useless testChristophe JAILLET2019-10-011-2/+1
* | mac80211: simplify TX aggregation startJohannes Berg2019-10-041-2/+1
|/
* brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang2019-09-131-7/+7
* brcm80211: Avoid possible null-pointer dereferences in wlc_phy_radio_init_2056()Jia-Ju Bai2019-09-031-1/+1
* brcmsmac: remove three set but not used variablesYueHaibing2019-08-061-13/+0
* brcmsmac: switch phy source files to using SPDX license identifierArend van Spriel2019-05-2814-168/+14
* wireless: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-011-3/+3
* brcmsmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-012-23/+5
* brcmsmac: remove set but not used variables 'phybw40, maxtargetpwr'YueHaibing2019-01-101-11/+2
* brcmsmac: Use cordic-related macros from common cordic libraryPriit Laes2018-11-293-11/+4
* brcmsmac: never log "tid x is not agg'able" by defaultAli MJ Al-Nasrawy2018-11-061-2/+2
* brcmsmac: AP mode: update beacon when TIM changesAli MJ Al-Nasrawy2018-10-132-0/+27
* brcmsmac: Use kvmalloc() for ucode allocationsTakashi Iwai2018-09-201-3/+3
* brcm80211: remove redundant condition check before debugfs_remove_recursivezhong jiang2018-09-201-2/+1
* brcmsmac: Remove extra parenthesesVarsha Rao2018-08-311-2/+2
* brcmsmac: make function wlc_phy_workarounds_nphy_rev1 staticColin Ian King2018-06-271-1/+1
* brcmsmac: fix wrap around in conversion from constant to s16Stefan Agner2018-06-271-1/+1
* brcmsmac: Remove unnecessary parenthesesVarsha Rao2018-06-271-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-6/+7
* brcmsmac: phy_lcn: remove duplicate codeGustavo A. R. Silva2018-04-251-7/+2
* brcmsmac: allocate ucode with GFP_KERNELTakashi Iwai2018-03-271-2/+2
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-272-2/+2
* brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IRColin Ian King2018-02-271-1/+0
* brcmsmac: use ARRAY_SIZE on rfseq_updategainu_eventsColin Ian King2017-12-141-2/+1
* wireless: use ARRAY_SIZEJérémy Lefaure2017-12-081-357/+105
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-041-879/+796
|\
| * brcmsmac: reindent split functionsArnd Bergmann2017-10-271-810/+697
| * brcmsmac: split up wlc_phy_workarounds_nphyArnd Bergmann2017-10-271-74/+104
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-10-161-100/+97
|\|
| * brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann2017-10-021-100/+97
* | brcmsmac: make const array ucode_ofdm_rates static, reduces object code sizeColin Ian King2017-09-251-1/+1
|/
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-2/+2
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-5/+5
* wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-061-0/+2
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-151-1/+0
* brcmsmac: fix array out-of-bounds access in qm_log10Tobias Regnery2016-11-251-2/+3
* brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli2016-07-191-1/+1
* brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli2016-07-191-1/+3
* wireless: brcmsmac: fix old-style declarationArnd Bergmann2016-06-291-2/+2
* brcm80211: simplify assignmentHeinrich Schuchardt2016-06-141-1/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-123-15/+15
* mac80211: pass block ack session timeout to to driverSara Sharon2016-01-141-3/+5