public inbox for ath11k@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-10-07 14:35:00 to 2024-11-15 21:27:15 UTC [more...]

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-11-15 21:26 UTC  (14+ messages)
` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v2 03/21] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v2 04/21] s390: kernel: "
` [PATCH v2 05/21] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v2 07/21] accel/habanalabs: "
` [PATCH v2 14/21] gve: "
` [PATCH v2 15/21] wifi: ath11k: "
` [PATCH v2 16/21] Bluetooth: MGMT: "
` [PATCH v2 17/21] staging: vc04_services: "
` [PATCH v2 18/21] ceph: "
` [PATCH v2 19/21] livepatch: "
` [PATCH v2 20/21] ALSA: line6: "

[PATCH 00/22] Converge on using secs_to_jiffies()
 2024-11-15 21:22 UTC  (20+ messages)
` [PATCH 01/22] netfilter: conntrack: Cleanup timeout definitions
` [PATCH 02/22] coccinelle: misc: Add secs_to_jiffies script
` [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH 04/22] s390: kernel: "
` [PATCH 05/22] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH 06/22] mm: kmemleak: "
` [PATCH 10/22] scsi: lpfc: "
` [PATCH 11/22] scsi: arcmsr: "
` [PATCH 12/22] scsi: pm8001: "
` [PATCH 13/22] xen/blkback: "
` [PATCH 14/22] gve: "
` [PATCH 15/22] wifi: ath11k: "
` [PATCH 16/22] Bluetooth: MGMT: "
` [PATCH 17/22] staging: vc04_services: "
` [PATCH 18/22] ceph: "
` [PATCH 19/22] livepatch: "
` [PATCH 20/22] ALSA: line6: "
` [PATCH 21/22] nfp: "
` [PATCH 22/22] jiffies: Define secs_to_jiffies()

ath11k hibernation broken since v6.11
 2024-11-15  7:35 UTC 

[PATCH 0/6] wifi: ath11k: fixes and refactor to firmware stats related functions
 2024-11-15  1:46 UTC  (15+ messages)
` [PATCH 1/6] wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()
` [PATCH 2/6] wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process()
` [PATCH 3/6] wifi: ath11k: move some firmware stats related functions outside of debugfs
` [PATCH 4/6] wifi: ath11k: adjust unlock sequence in ath11k_update_stats_event()
` [PATCH 5/6] wifi: ath11k: move locking outside of ath11k_mac_get_fw_stats()
` [PATCH 6/6] wifi: ath11k: consistently use ath11k_mac_get_fw_stats()

[PATCH] wifi: ath11k: Fix unexpected return buffer manager error for WCN6750/WCN6855
 2024-11-13  1:01 UTC  (4+ messages)

[PATCH] wifi: ath11k: add support for QCA6698AQ
 2024-11-12 14:59 UTC  (4+ messages)

W sprawie zamówień
 2024-11-12  9:10 UTC 

[PATCH v2 1/4] wifi: ath11k: cleanup struct ath11k_vif
 2024-11-11 18:08 UTC  (5+ messages)
` [PATCH v2 2/4] wifi: ath11k: cleanup struct ath11k_reg_tpc_power_info
` [PATCH v2 3/4] wifi: ath11k: cleanup struct ath11k_mon_data
` [PATCH v2 4/4] wifi: ath11k: miscellaneous spelling fixes

[PATCH] wifi: Switch back to struct platform_driver::remove()
 2024-11-11 12:10 UTC  (6+ messages)

hot busy loop inside ath11k
 2024-11-11  0:37 UTC  (3+ messages)

[PATCH v2 0/2] wifi: ath11k: support board-specific firmware overrides
 2024-11-07 17:31 UTC  (20+ messages)
` [PATCH v2 1/2] dt-bindings: net: wireless: ath11k-pci: add firmware-name property
` [PATCH v2 2/2] wifi: ath11k: support board-specific firmware overrides

[PATCH 1/2] ath11k: cleanup struct ath11k_vif
 2024-11-07  8:54 UTC  (2+ messages)
` [PATCH 2/2] wifi: ath11k: miscellaneous spelling fixes

[DONOTMERGE] [NOTEVENRFC] [PATCH 00/11] ath1{1,2}k: support multiple PCI devices in one system
 2024-11-05  7:06 UTC  (12+ messages)
` [DONOTMERGE] [NOTEVENRFC] [PATCH 01/11] bus: mhi: host: add QRTR endpoint ID to mhi_device
` [DONOTMERGE] [NOTEVENRFC] [PATCH 02/11] net: qrtr: mhi: pass endpoint ID to MHI device on init
` [DONOTMERGE] [NOTEVENRFC] [PATCH 03/11] soc: qcom: qmi_helpers: add QRTR endpoint ID to qmi_handle
` [DONOTMERGE] [NOTEVENRFC] [PATCH 04/11] soc: qcom: qmi_helpers: optionally bind to QRTR endpoint ID in qmi_sock_create
` [DONOTMERGE] [NOTEVENRFC] [PATCH 05/11] wifi: ath11k: add QRTR endpoint ID hif feature
` [DONOTMERGE] [NOTEVENRFC] [PATCH 06/11] wifi: ath11k: stub QRTR endpoint ID fetching for AHB
` [DONOTMERGE] [NOTEVENRFC] [PATCH 07/11] wifi: ath11k: implement QRTR endpoint ID fetching for PCI
` [DONOTMERGE] [NOTEVENRFC] [PATCH 08/11] wifi: ath11k: bind to QRTR endpoint ID in ath11k_qmi_ops_new_server
` [DONOTMERGE] [NOTEVENRFC] [PATCH 09/11] wifi: ath12k: add QRTR endpoint ID hif feature
` [DONOTMERGE] [NOTEVENRFC] [PATCH 10/11] wifi: ath12k: implement QRTR endpoint ID fetching for PCI
` [DONOTMERGE] [NOTEVENRFC] [PATCH 11/11] wifi: ath12k: bind to QRTR endpoint ID in ath12k_qmi_ops_new_server

State of multiple PCI(e) modules since 2022
 2024-11-05  6:52 UTC  (4+ messages)

[PATCH] wifi: ath11k: Suspend hardware before firmware mode off for WCN6750
 2024-11-04 15:43 UTC  (3+ messages)

State of multiple PCI(e) modules since 2022
 2024-11-01 17:17 UTC 

State of multiple PCI(e) modules since 2022
 2024-11-01 17:05 UTC 

pull-request: ath-next-20241030
 2024-10-31 14:04 UTC  (2+ messages)

[PATCH v6 0/3] arm64: dts: qcom: sc8280xp-blackrock: dt definition for Windows Dev Kit 2023
 2024-10-30 11:48 UTC 

[PATCH v2] ath11k: remove error checking for debugfs_create_file()
 2024-10-29 14:27 UTC  (6+ messages)

[PATCH v4 0/4] iommu: Refactoring domain allocation interface
 2024-10-29  9:05 UTC  (6+ messages)
` [PATCH v4 1/4] remoteproc: Use iommu_paging_domain_alloc()
` [PATCH v4 2/4] media: nvidia: tegra: "
` [PATCH v4 3/4] drm/nouveau/tegra: "
` [PATCH v4 4/4] iommu: Remove iommu_domain_alloc()

[RFC PULL] ath11k: move WCN6750 firmware to the device-specific subdir
 2024-10-28 17:37 UTC  (5+ messages)

[PATCH v3 0/2] wifi: ath11k: support board-specific firmware overrides
 2024-10-25 12:35 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: net: wireless: ath11k-pci: add firmware-name property
` [PATCH v3 2/2] wifi: ath11k: support board-specific firmware overrides

Is it possible to use multiple QCN9074 devices on the same system?
 2024-10-25  9:25 UTC  (2+ messages)

[PATCH] ath11k: remove error checking for debugfs_create_file()
 2024-10-25  6:42 UTC  (2+ messages)

[RESEND PATCH v2 0/2] wifi: ath11k: support board-specific firmware overrides
 2024-10-24  7:41 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] dt-bindings: net: wireless: ath11k-pci: add firmware-name property
` [RESEND PATCH v2 2/2] wifi: ath11k: support board-specific firmware overrides

[PATCH 1/1] ath11k: fix return value check in ath11k_spectral_debug_register()
 2024-10-24  2:12 UTC  (4+ messages)

ath11k_pci. wifi stop to work after long laptop suspend
 2024-10-23  7:14 UTC 

【重要⁤】代表⁤口座円普通︉預金利︉用停止︉のお知ら⁤せ
 2024-10-23  4:40 UTC 

[PATCH v7] arm64: dts: qcom: sa8775p-ride: add WiFi/BT nodes
 2024-10-23  4:16 UTC  (3+ messages)

[PATCH 0/2] add firmware-name device tree property for ath11k
 2024-10-22 15:58 UTC  (6+ messages)
` [PATCH 2/2] wifi: ath11k: add firmware-name device tree property

ath11k-firmware: QCA6390 hw2.0: Add bdf for Xiaomi Pad 5 Pro
 2024-10-21 14:33 UTC  (4+ messages)

[PATCH v2] remoteproc: qcom_q6v5_pas: disable auto boot for wpss
 2024-10-18 11:09 UTC  (2+ messages)

[PATCH] remoteproc: qcom_q6v5_pas: disable auto boot for wpss
 2024-10-18  9:03 UTC  (4+ messages)

pull-request: ath-current-20241016
 2024-10-17 14:26 UTC  (2+ messages)

[PATCH v2] wifi: ath11k: Fix invalid ring usage in full monitor mode
 2024-10-16 14:39 UTC  (3+ messages)

[PATCH v3 0/2] wifi: ath11k: fix full monitor mode for QCN9074
 2024-10-16  1:45 UTC  (5+ messages)
` [PATCH v3 1/2] wifi: ath11k: fix RCU stall while reaping monitor destination ring
` [PATCH v3 2/2] wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode

[PATCH v3 1/3] arm64: dts: qcom: sm8250-xiaomi-elish: Add qca6390-pmu node
 2024-10-11 14:38 UTC  (7+ messages)
` [PATCH v3 2/3] arm64: dts: qcom: sm8250-xiaomi-elish: Add wifi node
` [PATCH v3 3/3] arm64: dts: qcom: sm8250-xiaomi-elish: Add bluetooth node

[PATCH v4] arm64: dts: qcom: sa8775p-ride: add WiFi/BT nodes
 2024-10-11 11:15 UTC  (6+ messages)

Pytanie o ofertę
 2024-10-11  8:01 UTC 

[PATCH v6] arm64: dts: qcom: sa8775p-ride: add WiFi/BT nodes
 2024-10-11  3:07 UTC 

[PATCH v4] arm64: dts: qcom: sa8775p-ride: add WiFi/BT nodes
 2024-10-11  3:02 UTC 

[PATCH v3] arm64: dts: qcom: sa8775p-ride: add WiFi/BT nodes
 2024-10-10 12:52 UTC 

[PATCH v2 1/3] arm64: dts: qcom: sm8250-xiaomi-elish: Add qca6390-pmu node
 2024-10-08  0:08 UTC  (4+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: sm8250-xiaomi-elish: Add wifi node

[PATCH] wifi: ath11k: Fix CE offset address calculation for WCN6750 in SSR
 2024-10-07 21:43 UTC  (2+ messages)

[PATCH 0/7] arm64: qcom: sda660-ifc6560: enable GPU and WiFi support
 2024-10-07 14:25 UTC  (2+ messages)
` (subset) "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox