ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-07 09:35:24 to 2024-11-29 10:45:34 UTC [more...]

ath11k hibernation broken since v6.11
 2024-11-29 10:45 UTC  (2+ messages)

[PATCH v3 0/2] wifi: ath11k: fix data out of sync for channel list for reg update
 2024-11-29  7:07 UTC  (3+ messages)
` [PATCH v3 1/2] wifi: ath11k: move update channel list from update reg worker to reg notifier
` [PATCH v3 2/2] wifi: ath11k: move update channel list to worker for wait flag

[PATCH 00/22] Converge on using secs_to_jiffies()
 2024-11-28 12:29 UTC  (30+ 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 07/22] accel/habanalabs: "
` [PATCH 08/22] drm/xe: Convert timeout "
` [PATCH 09/22] drm/etnaviv: Convert timeouts "
` [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()

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-11-28 12:28 UTC  (53+ messages)
` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script
  ` [cocci] "
` [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 06/21] mm: kmemleak: "
` [PATCH v2 07/21] accel/habanalabs: "
` [PATCH v2 08/21] drm/xe: Convert timeout "
` [PATCH v2 09/21] drm/etnaviv: Convert timeouts "
` [PATCH v2 10/21] scsi: lpfc: "
` [PATCH v2 11/21] scsi: arcmsr: "
` [PATCH v2 12/21] scsi: pm8001: "
` [PATCH v2 13/21] xen/blkback: "
` [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 v2 21/21] nfp: "

[PATCH] wifi: ath11k: Fix NULL pointer check in ath11k_ce_rx_post_pipe()
 2024-11-28  6:09 UTC  (20+ messages)
  `  "
        `  "
          ` Re: wifi: ath11k: Fix NULL pointer check in ath11k_ce_rx_post_pipe() ERROR code
          ` [PATCH v5] wifi: ath11k: Fix NULL pointer check in ath11k_ce_rx_post_pipe()
              ` Re: [PATCH v5] NAK
      ` [PATCH v2 1/1] wifi: ath11k: Fix NULL pointer check in ath11k_ce_rx_post_pipe()
        ` [PATCH v4?] "
          ` [PATCH v3] "
              `  "
              ` [PATCH v4] "

[PATCH v3] wifi: ath11k: support DBS and DFS compatibility
 2024-11-27  2:27 UTC 

[PATCH v2] wifi: ath11k: support DBS and DFS compatibility
 2024-11-26  8:14 UTC  (3+ messages)

ath11k swiotlb buffer is full (on IMX8M with 4GiB DRAM)
 2024-11-26  2:46 UTC  (4+ messages)

[RFC] [PATCH v2 00/13] ath1{1,2}k: support multiple PCI devices in one system
 2024-11-25  3:50 UTC  (14+ messages)
` [RFC] [PATCH v2 01/13] net: qrtr: support registering endpoint-specific data
` [RFC] [PATCH v2 02/13] net: qrtr: mhi: register mhi_controller as "
` [RFC] [PATCH v2 03/13] net: qrtr: smd: register rpmsg_device "
` [RFC] [PATCH v2 04/13] net: qrtr: tun: register inode "
` [RFC] [PATCH v2 05/13] soc: qcom: qmi_helpers: add QRTR endpoint ID to qmi_handle
` [RFC] [PATCH v2 06/13] soc: qcom: qmi_helpers: optionally bind to QRTR endpoint ID in qmi_sock_create
` [RFC] [PATCH v2 07/13] wifi: ath11k: add QRTR endpoint ID hif feature
` [RFC] [PATCH v2 08/13] wifi: ath11k: stub QRTR endpoint ID fetching for AHB
` [RFC] [PATCH v2 09/13] wifi: ath11k: implement QRTR endpoint ID fetching for PCI
` [RFC] [PATCH v2 10/13] wifi: ath11k: bind to QRTR endpoint ID in ath11k_qmi_init_service
` [RFC] [PATCH v2 11/13] wifi: ath12k: add QRTR endpoint ID hif feature
` [RFC] [PATCH v2 12/13] wifi: ath12k: implement QRTR endpoint ID fetching for PCI
` [RFC] [PATCH v2 13/13] wifi: ath12k: bind to QRTR endpoint ID in ath12k_qmi_init_service

[RFC] [PATCH 00/13] ath1{1,2}k: support multiple PCI devices in one system
 2024-11-22 20:05 UTC  (18+ messages)
` [RFC] [PATCH 01/13] net: qrtr: support registering endpoint-specific data
` [RFC] [PATCH 02/13] net: qrtr: mhi: register mhi_controller as "
` [RFC] [PATCH 03/13] net: qrtr: smd: register rpmsg_device "
` [RFC] [PATCH 04/13] net: qrtr: tun: register inode "
` [RFC] [PATCH 05/13] soc: qcom: qmi_helpers: add QRTR endpoint ID to qmi_handle
` [RFC] [PATCH 06/13] soc: qcom: qmi_helpers: optionally bind to QRTR endpoint ID in qmi_sock_create
` [RFC] [PATCH 07/13] wifi: ath11k: add QRTR endpoint ID hif feature
` [RFC] [PATCH 08/13] wifi: ath11k: stub QRTR endpoint ID fetching for AHB
` [RFC] [PATCH 09/13] wifi: ath11k: implement QRTR endpoint ID fetching for PCI
` [RFC] [PATCH 10/13] wifi: ath11k: bind to QRTR endpoint ID in ath11k_qmi_init_service
` [RFC] [PATCH 11/13] wifi: ath12k: add QRTR endpoint ID hif feature
` [RFC] [PATCH 12/13] wifi: ath12k: implement QRTR endpoint ID fetching for PCI
` [RFC] [PATCH 13/13] wifi: ath12k: bind to QRTR endpoint ID in ath12k_qmi_init_service

ath11k swiotlb buffer is full
 2024-11-22  5:50 UTC  (4+ messages)

[PATCH 0/3] wifi: ath11k: Fix clang+KASAN stack frame size warnings
 2024-11-21 16:12 UTC  (8+ messages)
` [PATCH 1/3] wifi: ath11k: mark some QMI driver event helpers as noinline
` [PATCH 2/3] wifi: ath11k: mark ath11k_dp_rx_mon_mpdu_pop() "
` [PATCH 3/3] wifi: ath11k: mark ath11k_wow_convert_8023_to_80211() "

[PATCH] wifi: ath11k: add support for QCA6698AQ
 2024-11-21 16:12 UTC  (5+ messages)

[PATCH v2 1/4] wifi: ath11k: cleanup struct ath11k_vif
 2024-11-21 16:12 UTC  (10+ 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 1/2] wifi: ath11k: Fix 2 second busywait during stats request
 2024-11-21 13:44 UTC  (2+ messages)
` [PATCH 2/2] wifi: ath11k: Fix race condition during stats processing

[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  (3+ messages)

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

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

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

[PATCH v2 2/2] wifi: ath11k: support board-specific firmware overrides
 2024-11-07 17:31 UTC  (13+ messages)


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