aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmsmac (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15brcmsmac: remove unnecessary returnEduardo Abinader1-2/+0
2019-11-06brcmsmac: remove set but not used variablesYueHaibing1-9/+2
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-8/+5
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-10-01brcmsmac: remove duplicated if conditionDenis Efremov1-6/+4
2019-10-01brcmsmac: remove a useless testChristophe JAILLET1-2/+1
2019-09-13brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-7/+7
2019-09-03brcm80211: Avoid possible null-pointer dereferences in wlc_phy_radio_init_2056()Jia-Ju Bai1-1/+1
2019-08-06brcmsmac: remove three set but not used variablesYueHaibing1-13/+0
2019-05-28brcmsmac: switch phy source files to using SPDX license identifierArend van Spriel14-168/+14
2019-02-01wireless: prefix header search paths with $(srctree)/Masahiro Yamada1-3/+3
2019-02-01brcmsmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-23/+5
2019-01-10brcmsmac: remove set but not used variables 'phybw40, maxtargetpwr'YueHaibing1-11/+2
2018-11-29brcmsmac: Use cordic-related macros from common cordic libraryPriit Laes3-11/+4
2018-11-06brcmsmac: never log "tid x is not agg'able" by defaultAli MJ Al-Nasrawy1-2/+2
2018-10-13brcmsmac: AP mode: update beacon when TIM changesAli MJ Al-Nasrawy2-0/+27
2018-09-20brcmsmac: Use kvmalloc() for ucode allocationsTakashi Iwai1-3/+3
2018-09-20brcm80211: remove redundant condition check before debugfs_remove_recursivezhong jiang1-2/+1
2018-08-31brcmsmac: Remove extra parenthesesVarsha Rao1-2/+2
2018-06-27brcmsmac: make function wlc_phy_workarounds_nphy_rev1 staticColin Ian King1-1/+1
2018-06-27brcmsmac: fix wrap around in conversion from constant to s16Stefan Agner1-1/+1
2018-06-27brcmsmac: Remove unnecessary parenthesesVarsha Rao1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-6/+7
2018-04-25brcmsmac: phy_lcn: remove duplicate codeGustavo A. R. Silva1-7/+2
2018-03-27brcmsmac: allocate ucode with GFP_KERNELTakashi Iwai1-2/+2
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches2-2/+2
2018-02-27brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IRColin Ian King1-1/+0
2017-12-14brcmsmac: use ARRAY_SIZE on rfseq_updategainu_eventsColin Ian King1-2/+1
2017-12-08wireless: use ARRAY_SIZEJérémy Lefaure1-357/+105
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-879/+796
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27brcmsmac: reindent split functionsArnd Bergmann1-810/+697
2017-10-27brcmsmac: split up wlc_phy_workarounds_nphyArnd Bergmann1-74/+104
2017-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-100/+97
2017-10-02brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann1-100/+97
2017-09-25brcmsmac: make const array ucode_ofdm_rates static, reduces object code sizeColin Ian King1-1/+1
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-5/+5
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+2
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-1/+0
2016-11-25brcmsmac: fix array out-of-bounds access in qm_log10Tobias Regnery1-2/+3
2016-07-19brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2016-07-19brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli1-1/+3
2016-06-29wireless: brcmsmac: fix old-style declarationArnd Bergmann1-2/+2
2016-06-14brcm80211: simplify assignmentHeinrich Schuchardt1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg3-15/+15
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2015-12-11brcm80211: fix compare_const_fl.cocci warningsJulia Lawall1-2/+2