summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-224-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-106-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-2523-295/+483
|\ \ | |/ |/|
| * 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
| * wifi: brcmsmac: phy: Remove unreachable codeArtem Chernyshev2024-01-183-11/+5
| * wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu2024-01-101-1/+2
| * wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu2024-01-101-6/+7
| * wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu2024-01-101-3/+3
| * wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2024-01-102-2/+18
* | 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: brcmsmac: replace deprecated strncpy with memcpyJustin Stitt2023-10-301-3/+3
* | wifi: brcm80211: replace deprecated strncpy with strscpyJustin Stitt2023-10-304-6/+5
|/
* wifi: brcmfmac: fix format-truncation warningsKalle Valo2023-10-231-3/+3
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-232-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