ath12k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3] wifi: cfg80211: Clear mlo_links info when STA disconnect
 2024-04-26  9:25 UTC 

[PATCH v4 0/3] wifi: ath12k: report station mode stats
 2024-04-26  8:01 UTC  (9+ messages)
` [PATCH v4 1/3] wifi: ath12k: report station mode transmit rate
` [PATCH v4 2/3] wifi: ath12k: report station mode receive rate for IEEE 802.11be
` [PATCH v4 3/3] wifi: ath12k: report station mode signal strength

[PATCH v3 00/10] wifi: ath12k: add MU-MIMO and 160 MHz bandwidth support
 2024-04-26  7:31 UTC  (18+ messages)
` [PATCH v3 01/10] wifi: mac80211: Add EHT UL MU-MIMO flag in ieee80211_bss_conf
` [PATCH v3 02/10] wifi: ath12k: push HE MU-MIMO params from hostapd to hardware
` [PATCH v3 03/10] wifi: ath12k: push EHT "
` [PATCH v3 04/10] wifi: ath12k: move HE MCS mapper to a separate function
` [PATCH v3 05/10] wifi: ath12k: generate rx and tx mcs maps for supported HE mcs
` [PATCH v3 06/10] wifi: ath12k: fix TX and RX MCS rate configurations in HE mode
` [PATCH v3 07/10] wifi: ath12k: add support for setting fixed HE rate/GI/LTF
` [PATCH v3 08/10] wifi: ath12k: clean up 80P80 support
` [PATCH v3 09/10] wifi: ath12k: add support for 160 MHz bandwidth
` [PATCH v3 10/10] wifi: ath12k: add extended NSS bandwidth support for 160 MHz

[PATCH v2] wifi: ath12k: fix flush failure in recovery scenarios
 2024-04-26  1:54 UTC 

[PATCH V4 0/6] bug fixes and enhancements to 6 GHz band support
 2024-04-25 23:40 UTC  (8+ messages)
` [PATCH V4 1/6] wifi: ath12k: add channel 2 into 6 GHz channel list
` [PATCH V4 2/6] wifi: ath12k: Correct 6 GHz frequency value in rx status
` [PATCH V4 3/6] wifi: ath12k: fix survey dump collection in 6 GHz
` [PATCH V4 4/6] wifi: ath12k: add 6 GHz params in peer assoc command
` [PATCH V4 5/6] wifi: ath12k: refactor SMPS configuration
` [PATCH V4 6/6] wifi: ath12k: support SMPS configuration for 6 GHz

[PATCH] wifi: ath12k: fix the problem that down grade phy mode operation
 2024-04-25 22:16 UTC  (3+ messages)

[PATCH v2 0/8] wifi: ath12k: Introduce device group abstraction
 2024-04-25 21:40 UTC  (18+ messages)
` [PATCH v2 1/8] wifi: ath12k: Refactor core start api
` [PATCH v2 2/8] wifi: ath12k: Add helpers to get or set ath12k_hw
` [PATCH v2 3/8] wifi: ath12k: Add ath12k_get_num_hw api
` [PATCH v2 4/8] wifi: ath12k: Introduce QMI firmware ready flag
` [PATCH v2 5/8] wifi: ath12k: move ATH12K_FLAG_REGISTERED flag set to mac_register api
` [PATCH v2 6/8] wifi: ath12k: Introduce device group abstraction
` [PATCH v2 7/8] wifi: ath12k: refactor core start based on hardware group
` [PATCH v2 8/8] wifi: ath12k: move ath12k_hw from per soc to group

[PATCH v3 0/3] wifi: ath12k: Refactor the hardware recovery procedures
 2024-04-25 21:16 UTC  (7+ messages)
` [PATCH v3 1/3] wifi: ath12k: Refactor the hardware recovery procedure
` [PATCH v3 2/3] wifi: ath12k: Refactor the hardware state
` [PATCH v3 3/3] wifi: ath12k: Add lock to protect "

[PATCH V3 0/6] bug fixes and enhancements to 6 GHz band support
 2024-04-25 20:06 UTC  (15+ messages)
` [PATCH V3 1/6] wifi: ath12k: add channel 2 into 6 GHz channel list
` [PATCH V3 2/6] wifi: ath12k: Correct 6 GHz frequency value in rx status
` [PATCH V3 3/6] wifi: ath12k: fix survey dump collection in 6 GHz
` [PATCH V3 4/6] wifi: ath12k: add 6 GHz params in peer assoc command
` [PATCH V3 5/6] wifi: ath12k: refactor smps configuration
` [PATCH V3 6/6] wifi: ath12k: support SMPS configuration for 6 GHz

[PATCH] wifi: ath12k: check M3 buffer size as well whey trying to reuse it
 2024-04-25 17:05 UTC  (2+ messages)

[PATCH v2 0/3] wifi: ath12k: Refactor the hardware recovery procedures
 2024-04-25  6:58 UTC  (14+ messages)
` [PATCH v2 1/3] wifi: ath12k: Refactor the hardware recovery procedure
` [PATCH v2 2/3] wifi: ath12k: Refactor the hardware state
` [PATCH v2 3/3] wifi: ath12k: Add lock to protect "

[PATCH 0/2] wifi: ath12k: Add support to set mlo_capable_flags from QMI PHY capability
 2024-04-24 15:34 UTC  (6+ messages)
` [PATCH 1/2] wifi: ath12k: read single_chip_mlo_support parameter "
` [PATCH 2/2] wifi: ath12k: set mlo_capable_flags based on "

[PATCH v3] wifi: ath12k: add support to handle beacon miss for WCN7850
 2024-04-24 15:32 UTC  (4+ messages)

[PATCH 0/8] wifi: ath12k: Introduce device group abstraction
 2024-04-24  4:47 UTC  (13+ messages)
` [PATCH 1/8] wifi: ath12k: Refactor core start api
` [PATCH 2/8] wifi: ath12k: Add helpers to get or set ath12k_hw
` [PATCH 3/8] wifi: ath12k: Add ath12k_get_num_hw api
` [PATCH 4/8] wifi: ath12k: Introduce QMI firmware ready flag
` [PATCH 5/8] wifi: ath12k: move ATH12K_FLAG_REGISTERED flag set to mac_register api
` [PATCH 6/8] wifi: ath12k: Introduce device group abstraction
` [PATCH 7/8] wifi: ath12k: refactor core start based on hardware group
` [PATCH 8/8] wifi: ath12k: move ath12k_hw from per soc to group

[PATCH 0/3] wifi: ath12k: Refactor the hardware recovery procedures
 2024-04-24  2:54 UTC  (3+ messages)

[PATCH 0/3] wifi: ath12k: prepare vif and sta datastructure
 2024-04-23 20:30 UTC  (7+ messages)
` [PATCH 1/3] wifi: ath12k: prepare vif data structure for MLO handling
` [PATCH 2/3] wifi: ath12k: pass ath12k_link_vif instead of vif/ahvif
` [PATCH 3/3] wifi: ath12k: prepare sta data structure for MLO handling

[PATCH 00/13] wifi: Add multi physical hardware iface combination support
 2024-04-23 16:01 UTC  (4+ messages)
` [PATCH 11/13] wifi: mac80211: Add multi-hardware support in the iface comb helper

[PATCH] wifi: ath12k: drop failed transmitted frames from metric calculation
 2024-04-23  9:42 UTC  (5+ messages)

[PATCH v10 0/4] wifi: ath12k: ACPI support
 2024-04-23  9:29 UTC  (6+ messages)
` [PATCH v10 1/4] wifi: ath12k: ACPI TAS support
` [PATCH v10 2/4] wifi: ath12k: ACPI SAR support
` [PATCH v10 3/4] wifi: ath12k: ACPI CCA threshold support
` [PATCH v10 4/4] wifi: ath12k: ACPI band edge channel power support

[PATCH 00/10] wifi: ath12k: support suspend/resume
 2024-04-23  9:27 UTC  (30+ messages)
` [PATCH 01/10] wifi: ath12k: rearrange IRQ enable/disable in reset path
` [PATCH 02/10] wifi: ath12k: remove MHI LOOPBACK channels
` [PATCH 03/10] wifi: ath12k: do not dump SRNG statistics during resume
` [PATCH 04/10] wifi: ath12k: fix warning on DMA ring capabilities event
` [PATCH 05/10] wifi: ath12k: decrease MHI channel buffer length to 8KB
` [PATCH 06/10] wifi: ath12k: flush all packets before suspend
` [PATCH 07/10] wifi: ath12k: no need to handle pktlog during suspend/resume
` [PATCH 08/10] wifi: ath12k: avoid stopping mac80211 queues in ath12k_core_restart()
` [PATCH 09/10] wifi: ath12k: support suspend/resume
` [PATCH 10/10] wifi: ath12k: change supports_suspend to true for WCN7850

[PATCH] wifi: ath12k: fix kernel crash during resume
 2024-04-23  9:25 UTC  (10+ messages)

[PATCH v2 0/4] wifi: ath12k: Refactor hardware cookie conversion
 2024-04-22 16:09 UTC  (7+ messages)
` [PATCH v2 4/4] wifi: ath12k: Refactor data path cmem init

[PATCH v2] wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()
 2024-04-22 12:08 UTC  (2+ messages)

[PATCH v3 1/4] wifi: ath12k: avoid redundant code in Rx cookie conversion init
 2024-04-22 12:06 UTC  (2+ messages)

Fwd: [PATCH v8 0/4] wifi: ath12k: ACPI support
 2024-04-22  7:16 UTC  (3+ messages)
`  "

[PATCH v9 0/4] wifi: ath12k: ACPI support
 2024-04-22  3:29 UTC  (6+ messages)
` [PATCH v9 1/4] wifi: ath12k: ACPI TAS support
` [PATCH v9 2/4] wifi: ath12k: ACPI SAR support
` [PATCH v9 3/4] wifi: ath12k: ACPI CCA threshold support
` [PATCH v9 4/4] wifi: ath12k: ACPI band edge channel power support

[PATCH v2] wifi: ath12k: drop failed transmitted frames from metric calculation
 2024-04-21 17:36 UTC 

[PATCH v8 0/4] wifi: ath12k: ACPI support
 2024-04-19 14:57 UTC  (13+ messages)
` [PATCH v8 1/4] wifi: ath12k: ACPI TAS support
` [PATCH v8 2/4] wifi: ath12k: ACPI SAR support
` [PATCH v8 3/4] wifi: ath12k: ACPI CCA threshold support
` [PATCH v8 4/4] wifi: ath12k: ACPI band edge channel power support

[PATCH] wifi: ath12k: Fix Tx Completion Ring(WBM2SW) Setup Failure
 2024-04-18 17:52 UTC  (3+ messages)

[PATCH] wifi: ath12k: don't use %pK in dmesg format strings
 2024-04-18 15:24 UTC  (2+ messages)

[PATCH v2] wifi: ath12k: enable service flag for survey dump stats
 2024-04-18 15:22 UTC  (2+ messages)

[PATCH] wifi: ath12k: enable WIPHY_FLAG_DISABLE_WEXT
 2024-04-18 15:21 UTC  (2+ messages)

[PATCH v2] wifi: cfg80211: Clear mlo_links info when STA disconnect
 2024-04-17  7:32 UTC  (2+ messages)

[PATCH v2] wifi: ath12k: dynamically update peer puncturing bitmap for STA
 2024-04-16  7:19 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).