summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* | wifi: cfg80211: remove scan_width supportJohannes Berg2023-09-131-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-0/+5
|\
| * wifi: brcm80211: handle params_v1 allocation failurePetr Tesarik2023-08-081-0/+5
* | Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-08-048-50/+4
|\ \ | |/ |/|
| * wifi: brcmsmac: cleanup SCB-related data typesDmitry Antipov2023-08-025-28/+4
| * wifi: brcmsmac: remove more unused data typesDmitry Antipov2023-08-022-14/+0
| * wifi: brcmsmac: remove unused data typeDmitry Antipov2023-07-251-8/+0
* | wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()Hans de Goede2023-08-021-1/+6
|/
* wifi: brcmsmac: fix gnu_printf warningsKalle Valo2023-06-161-0/+8
* wifi: brcmfmac: fix gnu_printf warningsKalle Valo2023-06-161-0/+7
* wifi: brcmfmac: Detect corner error case earlier with logNeal Sidhwaney2023-06-081-0/+6
* Merge wireless into wireless-nextJohannes Berg2023-06-073-0/+27
|\
| * wifi: brcmfmac: Check for probe() id argument being NULLHans de Goede2023-05-153-0/+27
* | wifi: brcmutil: use helper function pktq_empty() instead of open codeJuhee Kang2023-06-011-2/+2
* | wifi: brcmfmac: wcc: Add debug messagesMatthias Brugger2023-05-151-2/+2
|/
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-2616-144/+692
|\
| * Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-04-211-1/+8
| |\
| | * wifi: brcmfmac: add Cypress 43439 SDIO idsMarek Vasut2023-04-141-1/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-062-10/+28
| |\ \ | | |/ | |/|
| * | Merge tag 'wireless-next-2023-04-05' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-04-052-4/+1
| |\ \
| | * | wifi: brcmsmac: ampdu: remove unused suc_mpdu variableTom Rix2023-03-311-2/+1
| | * | wifi: brcmsmac: remove unused has_5g variableTom Rix2023-03-311-2/+0
| * | | Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-301-0/+6
| |\| |
| | * | wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang2023-03-131-0/+5
| | * | wifi: brcmfmac: Use ISO3166 country code and rev 0 as fallback on 4356Hans de Goede2023-03-131-0/+1
| * | | net: Use of_property_present() for testing DT property presenceRob Herring2023-03-131-1/+1
| |/ /
| * | wifi: brcmfmac: pcie: Add 4359C0 firmware definitionKonrad Dybcio2023-03-061-1/+3
| * | wifi: brcmfmac: pcie: Add BCM4378B3 supportHector Martin2023-02-271-1/+3
| * | wifi: brcmfmac: common: Add support for external calibration blobsHector Martin2023-02-273-0/+33
| * | wifi: brcmfmac: pcie: Load and provide TxCap blobsHector Martin2023-02-271-0/+13
| * | wifi: brcmfmac: common: Add support for downloading TxCap blobsHector Martin2023-02-272-24/+70
| * | wifi: brcmfmac: pcie: Add IDs/properties for BCM4387Hector Martin2023-02-273-0/+12
| * | wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hexHector Martin2023-02-271-6/+7
| * | wifi: brcmfmac: cfg80211: Add support for PMKID_V3 operationsHector Martin2023-02-272-3/+132
| * | wifi: brcmfmac: feature: Add support for setting feats based on WLC versionHector Martin2023-02-273-1/+76