summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmsmac
Commit message (Expand)AuthorAgeFilesLines
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-1/+1
* brcmsmac: rework LED dependenciesArnd Bergmann2021-12-082-2/+2
* brcmsmac: make array addr static const, makes object smallerColin Ian King2021-08-211-1/+1
* brcmsmac: Remove the repeated declarationShaokun Zhang2021-06-151-1/+0
* brcmsmac: mac80211_if: Fix a resource leak in an error handling pathChristophe JAILLET2021-06-151-1/+7
* brcmsmac: Drop unnecessary NULL check after container_ofGuenter Roeck2021-06-151-3/+0
* brcmsmac: improve readability on addresses copyÍñigo Huguet2021-06-151-1/+2
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* brcmsmac: Fix the spelling configation to configuration in the file d11.hBhaskar Chowdhury2021-02-111-1/+1
* brcmsmac: fix alignment constraintsArnd Bergmann2021-02-081-1/+1
* brcmsmac: ampdu: Check BA window size before checking block ackDmitry Safonov2020-11-241-3/+8
* brcmsmac: main: Eliminate empty brcms_c_down_del_timer()Jason Yan2020-09-161-9/+0
* brcmsmac: phy_lcn: Remove unused variable 'lcnphy_rx_iqcomp_table_rev0'Lee Jones2020-09-161-55/+0
* brcmsmac: phytbl_lcn: Remove unused array 'dot11lcn_gain_tbl_rev1'Lee Jones2020-09-161-99/+0
* brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki2020-09-091-1/+3
* brcmsmac: phytbl_n: Remove a few unused arraysLee Jones2020-09-011-268/+0
* brcmsmac: phytbl_lcn: Remove unused array 'dot11lcnphytbl_rx_gain_info_rev1'Lee Jones2020-09-011-13/+0
* brcmsmac: phy_n: Remove a bunch of unused variablesLee Jones2020-09-011-39/+8
* brcmsmac: phy_lcn: Remove a bunch of unused variablesLee Jones2020-09-011-29/+11
* brcmsmac: phy_cmn: Remove a unused variables 'vbat' and 'temp'Lee Jones2020-09-011-4/+2
* brcmsmac: ampdu: Remove a couple set but unused variablesLee Jones2020-09-011-8/+1
* brcmsmac: main: Remove a bunch of unused variablesLee Jones2020-09-011-35/+3
* brcmsmac: ampdu: Remove a bunch of unused variablesLee Jones2020-09-011-20/+8
* brcmsmac: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-272-4/+4
* brcmsmac: mac80211_if: Demote a few non-conformant kerneldoc headersLee Jones2020-08-271-6/+5
* brcm80211: brcmsmac: Move LEDs to GPIO descriptorsLinus Walleij2020-07-142-39/+29
* brcmsmac: remove Comparison to bool in brcms_b_txstatus()Jason Yan2020-05-061-1/+1
* brcmsmac: make brcms_c_stf_ss_update() voidJason Yan2020-04-152-6/+3
* brcmsmac: Add missing annotation for brcms_down()Jules Irenge2020-04-151-0/+1
* brcmsmac: Add missing annotation for brcms_rfkill_set_hw_state()Jules Irenge2020-04-151-0/+1
* brcmsmac: make brcms_c_set_mac() voidJason Yan2020-04-141-4/+1
* 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-052-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