summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac
Commit message (Expand)AuthorAgeFilesLines
* 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-047-36/+52
|\
| * 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: 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-105-13/+8
|\
| * wifi: brcm80211: remove unused structsDr. David Alan Gilbert2024-06-011-5/+0
| * wifi: brcm80211: use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-06-014-8/+8
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-2/+2
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-184-11/+11
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-104-11/+11
* | | 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: brcmfmac: Fix spelling mistake "ivalid" -> "invalid"Colin Ian King2024-04-101-3/+3
* | 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: 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: brcmfmac: do not cast hidden SSID attribute value to booleanAlexey Berezhok2024-02-121-1/+1
* 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: 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-2516-272/+448
|\ \ | |/ |/|
| * wifi: brcmfmac: allow per-vendor event handlingArend van Spriel2024-01-1910-63/+244
| * wifi: brcmfmac: avoid invalid list operation when vendor attach failsArend van Spriel2024-01-191-3/+4
| * wifi: brcmfmac: Demote vendor-specific attach/detach messages to infoHector Martin2024-01-195-68/+6
| * wifi: brcmfmac: cfg80211: Use WSEC to set SAE passwordHector Martin2024-01-197-35/+76
| * wifi: brcmfmac: move feature overrides before feature_disableArend van Spriel2024-01-191-3/+3
| * wifi: brcmfmac: add per-vendor feature detection callbackArend van Spriel2024-01-193-0/+23
| * wifi: brcmfmac: export firmware interface functionsArend van Spriel2024-01-195-129/+121
| * wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detachZheng Wang2024-01-181-2/+2
* | Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-1/+1
|\ \
| * | USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-1/+1
* | | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-171-1/+0
|\ \ \ | |_|/ |/| |
| * | PCI: Remove unused 'node' member from struct pci_driverMathias Krause2023-12-261-1/+0
| |/
* | wifi: brcmfmac: Convert to platform remove callback returning voidUwe Kleine-König2023-11-301-4/+2
* | wifi: brcm80211: replace deprecated strncpy with strscpyJustin Stitt2023-10-302-2/+2
|/
* wifi: brcmfmac: fix format-truncation warningsKalle Valo2023-10-231-3/+3
* wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and u...Gustavo A. R. Silva2023-10-111-3/+3
* Merge wireless into wireless-nextJohannes Berg2023-10-061-2/+7
|\
| * wifi: brcmfmac: Replace 1-element arrays with flexible arraysJuerg Haefliger2023-09-181-2/+7
* | wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* | wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_byKees Cook2023-09-201-1/+1
* | wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_byKees Cook2023-09-201-1/+1
* | wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-2/+2