summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: brcmfmac: of: use devm_clk_get_optional_enabled_with_rate()Bartosz Golaszewski2024-10-171-2/+1
* wifi: brcmsmac: Remove unused brcms_debugfs_get_devdir()Dr. David Alan Gilbert2024-10-172-6/+0
* wifi: brcmfmac: Remove unused brcmf_cfg80211_get_iftype()Dr. David Alan Gilbert2024-10-172-8/+0
* Merge net-next/main to resolve conflictsJohannes Berg2024-10-097-7/+6
|\
| * move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-026-6/+6
| * [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* | wifi: brcmfmac: add flag for random seed during firmware downloadJacobe Zang2024-09-182-8/+46
* | wifi: brcmfmac: Add optional lpo clock enable supportJacobe Zang2024-09-187-22/+47
* | wifi: brcmfmac: of: Make use of irq_get_trigger_type()Vasileios Amoiridis2024-09-181-1/+1
|/
* wifi: brcmfmac: cfg80211: Convert comma to semicolonChen Ni2024-09-091-1/+1
* Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-09-0511-72/+66
|\
| * wifi: brcmsmac: Use kvmemdup to simplify the codeJinjie Ruan2024-09-031-4/+2
| * wifi: b43: Constify struct lpphy_tx_gain_table_entryChristophe JAILLET2024-08-072-11/+11
| * wifi: brcmsmac: clean up unnecessary current_ampdu_cnt and related checksDmitry Kandybka2024-08-041-21/+1
| * wifi: brcmfmac: introducing fwil query functionsArend van Spriel2024-08-045-28/+48
| * wifi: brcmfmac: fwsignal: Use struct_size() to simplify brcmf_fws_rxreorder()Christophe JAILLET2024-08-042-8/+4
* | wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletionJanne Grunau2024-08-101-3/+10
|/
* wifi: brcmfmac: of: Support interrupts-extendedAlex Bee2024-06-261-2/+3
* wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3Arend van Spriel2024-06-261-0/+1
* wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-263-3/+3
* wifi: brcmfmac: use 'time_left' variable with wait_event_timeout()Wolfram Sang2024-06-121-5/+5
* Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-1115-53/+41
|\
| * wifi: brcm80211: remove unused structsDr. David Alan Gilbert2024-06-012-11/+0
| * wifi: brcm80211: use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-06-0114-33/+32
| * wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only deviceSamasth Norway Ananda2024-05-141-9/+9
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-234-7/+7
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-186-15/+15
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-096-15/+15
* | | Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-05-161-1/+0
|\ \ \ | |_|/ |/| |
| * | wifi: brcm80211: drop driver owner initializationKrzysztof Kozlowski2024-04-041-1/+0
| |/
* | wifi: brcmfmac: remove unused brcmf_usb_image structChristophe JAILLET2024-04-261-7/+0
* | wifi: brcmsmac: ampdu: remove unused cb_del_ampdu_pars structChristophe JAILLET2024-04-261-6/+0
* | wifi: brcmfmac: Fix spelling mistake "ivalid" -> "invalid"Colin Ian King2024-04-101-3/+3
* | wifi: b43: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-03-212-19/+10
* | wifi: brcmfmac: pcie: handle randbuf allocation failureDuoming Zhou2024-03-121-5/+10
|/
* wifi: brcm80211: handle pmk_op allocation failureDuoming Zhou2024-03-051-0/+3
* wifi: brcmsmac: silence sparse warningsJohannes Berg2024-02-282-8/+10
* wifi: b43: silence sparse warningsJohannes Berg2024-02-282-5/+5
* wifi: brcmfmac: do not pass hidden SSID attribute as value directlyAlexey Berezhok2024-02-271-4/+5
* wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4Gustavo A. R. Silva2024-02-271-1/+1
* wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 ProHans de Goede2024-02-211-0/+9
* wifi: brcmsmac: avoid function pointer castsArnd Bergmann2024-02-163-5/+5
* wifi: brcmfmac: do not cast hidden SSID attribute value to booleanAlexey Berezhok2024-02-121-1/+1
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-083-0/+12
* Merge wireless into wireless-nextJohannes Berg2024-02-084-2/+7
|\
| * wifi: brcmfmac: Adjust n_channels usage for __counted_byKees Cook2024-02-021-2/+4
| * wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLANBreno Leitao2024-01-313-0/+3
* | wifi: brcmsmac: Drop legacy headerLinus Walleij2024-02-051-1/+0
* | wifi: brcmfmac: add linefeed at end of fileArend van Spriel2024-01-311-1/+1
* | Merge tag 'wireless-next-2024-01-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-01-2623-295/+483
|\ \ | |/ |/|