public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-05-28 19:04:25 to 2024-06-07 10:00:42 UTC [more...]

[RFC v3 0/8] cfg80211/mac80211: support defining multiple radios per wiphy
 2024-06-07 10:00 UTC  (25+ messages)
` [RFC v3 1/8] wifi: nl80211: split helper function from nl80211_put_iface_combinations
` [RFC v3 2/8] wifi: cfg80211: add support for advertising multiple radios belonging to a wiphy
` [RFC v3 3/8] wifi: cfg80211: extend interface combination check for multi-radio
` [RFC v3 4/8] wifi: mac80211: add support for DFS with multiple radios
` [RFC v3 5/8] wifi: mac80211: add radio index to ieee80211_chanctx_conf
` [RFC v3 6/8] wifi: mac80211: extend ifcomb check functions for multi-radio
` [RFC v3 7/8] wifi: mac80211: move code in ieee80211_link_reserve_chanctx to a helper
` [RFC v3 8/8] wifi: mac80211: add wiphy radio assignment and validation

[PATCH v9 0/2] dt-bindings: describe the ath1X modules on QCom BT/WLAN chipsets
 2024-06-07  6:40 UTC  (14+ messages)
` [PATCH v9 1/2] dt-bindings: net: wireless: qcom,ath11k: describe the ath11k on QCA6390
` [PATCH v9 2/2] dt-bindings: net: wireless: describe the ath12k PCI module

[PATCH v4 0/5] wifi: ath12k: Add support to enable debugfs_htt_stats
 2024-06-07  2:55 UTC  (14+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] wifi: ath12k: Add htt_stats_dump file ops support
` [PATCH v4 3/5] wifi: ath12k: Fix Pdev id in HTT stats request for WCN7850
` [PATCH v4 4/5] wifi: ath12k: Add support to parse requested stats_type
` [PATCH v4 5/5] wifi: ath12k: Dump additional Tx PDEV HTT stats

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

[RFC v2 0/7] cfg80211/mac80211: support defining multiple radios per wiphy
 2024-06-06 10:10 UTC  (16+ messages)
` [RFC v2 1/7] wifi: nl80211: split helper function from nl80211_put_iface_combinations
` [RFC v2 2/7] wifi: cfg80211: add support for advertising multiple radios belonging to a wiphy
` [RFC v2 3/7] wifi: cfg80211: extend interface combination check for multi-radio
` [RFC v2 4/7] wifi: mac80211: add radio index to ieee80211_chanctx_conf
` [RFC v2 5/7] wifi: mac80211: extend ifcomb check functions for multi-radio
` [RFC v2 6/7] wifi: mac80211: move code in ieee80211_link_reserve_chanctx to a helper
` [RFC v2 7/7] wifi: mac80211: add wiphy radio assignment and validation

[PATCH 0/2] wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()
 2024-06-06  2:06 UTC  (3+ messages)
` [PATCH 1/2] wifi: cfg80211: fix typo "
` [PATCH 2/2] wifi: cfg80211: handle 2x996 RU allocation "

pull-request: ath-next-20240605
 2024-06-05 18:30 UTC  (2+ messages)

[PATCH v8 00/17] power: sequencing: implement the subsystem and add first users
 2024-06-05 18:05 UTC  (30+ messages)
` [PATCH v8 06/17] arm64: dts: qcom: sm8550-qrd: add the Wifi node
` [PATCH v8 08/17] arm64: dts: qcom: sm8650-hdk: "
` [PATCH v8 09/17] arm64: dts: qcom: qrb5165-rb5: "
` [PATCH v8 10/17] power: sequencing: implement the pwrseq core
` [PATCH v8 11/17] power: pwrseq: add a driver for the PMU module on the QCom WCN chipsets
` [PATCH v8 12/17] PCI: hold the rescan mutex when scanning for the first time
` [PATCH v8 13/17] PCI/pwrctl: reuse the OF node for power controlled devices
` [PATCH v8 14/17] PCI/pwrctl: create platform devices for child OF nodes of the port node
` [PATCH v8 15/17] PCI/pwrctl: add PCI power control core code
` [PATCH v8 16/17] PCI/pwrctl: add a PCI power control driver for power sequenced devices
` [PATCH v8 17/17] Bluetooth: qca: use the power sequencer for QCA6390

[PATCH v8 01/17] regulator: dt-bindings: describe the PMU module of the QCA6390 package
 2024-06-05 11:12 UTC  (4+ messages)

[PATCH v4 0/3] wifi: ath12k: report station mode stats
 2024-06-05  6:31 UTC  (6+ messages)
` [PATCH v4 1/3] wifi: ath12k: report station mode transmit rate

[PATCH] wifi: ath12k: avoid unnecessary MSDU drop in the Rx error process
 2024-06-04 20:58 UTC  (2+ messages)

[PATCH v8 02/17] regulator: dt-bindings: describe the PMU module of the WCN7850 package
 2024-06-04 17:31 UTC  (2+ messages)

[PATCH v4 0/8] wifi: ath12k: add support for WoW
 2024-06-04 14:57 UTC  (11+ messages)
` [PATCH v4 1/8] wifi: ath12k: add ATH12K_DBG_WOW log level
` [PATCH v4 2/8] wifi: ath12k: implement WoW enable and wakeup commands
` [PATCH v4 3/8] wifi: ath12k: add basic WoW functionalities
` [PATCH v4 4/8] wifi: ath12k: add WoW net-detect functionality
` [PATCH v4 5/8] wifi: ath12k: implement hardware data filter
` [PATCH v4 6/8] wifi: ath12k: support ARP and NS offload
` [PATCH v4 7/8] wifi: ath12k: support GTK rekey offload
` [PATCH v4 8/8] wifi: ath12k: handle keepalive during WoWLAN suspend and resume

New staging repos for ath1*k firmware
 2024-06-03 20:47 UTC  (5+ messages)

[PATCH v3 0/8] wifi: ath12k: add support for WoW
 2024-06-03 14:22 UTC  (23+ messages)
` [PATCH v3 1/8] wifi: ath12k: add ATH12K_DBG_WOW log level
` [PATCH v3 2/8] wifi: ath12k: implement WoW enable and wakeup commands
` [PATCH v3 3/8] wifi: ath12k: add basic WoW functionalities
` [PATCH v3 4/8] wifi: ath12k: add WoW net-detect functionality
` [PATCH v3 5/8] wifi: ath12k: implement hardware data filter
` [PATCH v3 6/8] wifi: ath12k: support ARP and NS offload
` [PATCH v3 7/8] wifi: ath12k: support GTK rekey offload
` [PATCH v3 8/8] wifi: ath12k: handle keepalive during WoWLAN suspend and resume

[PATCH v7 0/8] wifi: ath12k: Introduce device group abstraction
 2024-06-03 14:12 UTC  (9+ messages)

[PATCH] wifi: ath12k: add hw_link_id in ath12k_pdev
 2024-06-03 13:15 UTC  (3+ messages)

[PATCH] wifi: ath12k: add panic handler
 2024-06-03 13:14 UTC  (3+ messages)

[PATCH v3 0/5] wifi: ath12k: Add support to enable debugfs_htt_stats
 2024-06-03  4:09 UTC  (2+ messages)

pull-request: ath-current-20240531
 2024-06-01  9:57 UTC  (2+ messages)

[PATCH v2 0/5] wifi: ath12k: Add support to enable debugfs_htt_stats
 2024-05-31 19:05 UTC  (8+ messages)
` [PATCH v2 5/5] wifi: ath12k: Dump additional Tx PDEV HTT stats

[PATCH] wifi: ath12k: fix ACPI warning when resume
 2024-05-31 19:01 UTC  (2+ messages)

[PATCH] wifi: ath12k: do not process consecutive RDDM event
 2024-05-30 15:51 UTC  (3+ messages)

[PATCH] wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()
 2024-05-30 15:49 UTC  (2+ messages)

[PATCH] wifi: ath12k: Add WMI control path stats infra
 2024-05-29 19:49 UTC  (2+ messages)

[PATCH 0/3] wifi: ath12k: fixes for per pdev debugfs
 2024-05-29 18:54 UTC  (7+ messages)
` [PATCH 1/3] wifi: ath12k: fix per pdev debugfs registration
` [PATCH 2/3] wifi: ath12k: unregister per pdev debugfs
` [PATCH 3/3] wifi: ath12k: handle symlink cleanup for per pdev debugfs dentry

[PATCH] wifi: ath12k: Remove unused ath12k_base from ath12k_hw
 2024-05-29 16:51 UTC  (2+ messages)

[PATCH] wifi: ath12k: Fix WARN_ON during firmware crash in split-phy
 2024-05-29 16:32 UTC  (2+ messages)

[PATCH] wifi: ath12k: modify remain on channel for single wiphy
 2024-05-29 14:41 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