summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211/brcmsmac
AgeCommit message (Expand)AuthorFilesLines
2020-09-16brcmsmac: main: Eliminate empty brcms_c_down_del_timer()Jason Yan1-9/+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
2020-09-01brcmsmac: ampdu: Remove a couple set but unused variablesLee Jones1-8/+1
2020-09-01brcmsmac: main: Remove a bunch of unused variablesLee Jones1-35/+3
2020-09-01brcmsmac: ampdu: Remove a bunch of unused variablesLee Jones1-20/+8
2020-08-27brcmsmac: convert tasklets to use new tasklet_setup() APIAllen Pais2-4/+4
2020-08-27brcmsmac: mac80211_if: Demote a few non-conformant kerneldoc headersLee Jones1-6/+5
2020-07-14brcm80211: brcmsmac: Move LEDs to GPIO descriptorsLinus Walleij2-39/+29
2020-05-06brcmsmac: remove Comparison to bool in brcms_b_txstatus()Jason Yan1-1/+1
2020-04-15brcmsmac: make brcms_c_stf_ss_update() voidJason Yan2-6/+3
2020-04-15brcmsmac: Add missing annotation for brcms_down()Jules Irenge1-0/+1
2020-04-15brcmsmac: Add missing annotation for brcms_rfkill_set_hw_state()Jules Irenge1-0/+1
2020-04-14brcmsmac: make brcms_c_set_mac() voidJason Yan1-4/+1
2019-12-18brcmsmac: Remove always false 'channel < 0' statementAustin Kim1-1/+1
2019-11-15brcmsmac: remove unnecessary returnEduardo Abinader1-2/+0
2019-11-06brcmsmac: remove set but not used variablesYueHaibing1-9/+2
2019-11-06Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David 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-13treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-13treewide: 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