summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmsmac
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-121-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-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