summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy
AgeCommit message (Expand)AuthorFilesLines
2024-03-27wifi: brcmsmac: avoid function pointer castsArnd Bergmann1-1/+2
2023-08-02wifi: brcmsmac: remove more unused data typesDmitry Antipov1-5/+0
2020-09-16brcmsmac: phy_lcn: Remove unused variable 'lcnphy_rx_iqcomp_table_rev0'Lee Jones1-55/+0
2020-09-16brcmsmac: phytbl_lcn: Remove unused array 'dot11lcn_gain_tbl_rev1'Lee Jones1-99/+0
2020-09-09brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki1-1/+3
2020-09-01brcmsmac: phytbl_n: Remove a few unused arraysLee Jones1-268/+0
2020-09-01brcmsmac: phytbl_lcn: Remove unused array 'dot11lcnphytbl_rx_gain_info_rev1'Lee Jones1-13/+0
2020-09-01brcmsmac: phy_n: Remove a bunch of unused variablesLee Jones1-39/+8
2020-09-01brcmsmac: phy_lcn: Remove a bunch of unused variablesLee Jones1-29/+11
2020-09-01brcmsmac: phy_cmn: Remove a unused variables 'vbat' and 'temp'Lee Jones1-4/+2
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-05-28brcmsmac: switch phy source files to using SPDX license identifierArend van Spriel14-168/+14
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-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-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-6/+7
2018-04-25brcmsmac: phy_lcn: remove duplicate codeGustavo A. R. Silva1-7/+2
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-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
2016-11-25brcmsmac: fix array out-of-bounds access in qm_log10Tobias Regnery1-2/+3
2016-06-14brcm80211: simplify assignmentHeinrich Schuchardt1-1/+1
2015-11-18brcm80211: move under broadcom vendor directoryKalle Valo14-0/+54546