public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-09-20 07:15:57 to 2024-10-15 18:28:04 UTC [more...]

[PATCH v2 00/22] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-10-15 18:26 UTC  (10+ messages)
` [PATCH v2 01/22] dt-bindings: net: wireless: describe the ath12k AHB module
` [PATCH v2 02/22] arm64: dts: qcom: add wifi node for IPQ5332 based RDP441
` [PATCH v2 03/22] wifi: ath12k: add ath12k_hw_params for IPQ5332
` [PATCH v2 04/22] wifi: ath12k: refactor ath12k_hw_regs structure
` [PATCH v2 05/22] wifi: ath12k: add ath12k_hw_regs for IPQ5332
` [PATCH v2 06/22] wifi: ath12k: add ath12k_hw_ring_mask "
` [PATCH v2 07/22] wifi: ath12k: add CE configurations "
` [PATCH v2 08/22] wifi: ath12k: add ath12k_hw_hal_params "
` [PATCH v2 09/22] wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332

[PATCH 00/11] wifi: ath12k: MLO support part 1
 2024-10-15 17:14 UTC  (12+ messages)
` [PATCH 01/11] wifi: ath12k: prepare vif data structure for MLO handling
` [PATCH 02/11] wifi: ath12k: pass ath12k_link_vif instead of vif/ahvif
` [PATCH 03/11] wifi: ath12k: prepare sta data structure for MLO handling
` [PATCH 04/11] wifi: ath12k: prepare vif config caching for MLO
` [PATCH 05/11] wifi: ath12k: modify ath12k_mac_vif_chan() "
` [PATCH 06/11] wifi: ath12k: modify ath12k_get_arvif_iter() "
` [PATCH 07/11] wifi: ath12k: modify ath12k_mac_op_bss_info_changed() "
` [PATCH 08/11] wifi: ath12k: modify ath12k_mac_op_set_key() "
` [PATCH 09/11] wifi: ath12k: update ath12k_mac_op_conf_tx() "
` [PATCH 10/11] wifi: ath12k: update ath12k_mac_op_update_vif_offload() "
` [PATCH 11/11] wifi: ath12k: modify link arvif creation and removal "

[PATCH 0/2] wifi: ath12k: fix issues when unbinding
 2024-10-15 17:13 UTC  (6+ messages)
` [PATCH 1/2] wifi: ath12k: fix crash "
` [PATCH 2/2] wifi: ath12k: fix warning "

[PATCH v2 00/11] wifi: ath12k: some fixes and clean up for monitor mode
 2024-10-15 16:41 UTC  (16+ messages)
` [PATCH v2 01/11] wifi: ath12k: remove unused variable monitor_present
` [PATCH v2 02/11] wifi: ath12k: optimize storage size for struct ath12k
` [PATCH v2 03/11] wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats
` [PATCH v2 04/11] wifi: ath12k: fix struct hal_rx_ppdu_start
` [PATCH v2 05/11] wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_info
` [PATCH v2 06/11] wifi: ath12k: fix struct hal_rx_mpdu_start
` [PATCH v2 07/11] wifi: ath12k: properly handling the state variables of monitor mode
` [PATCH v2 08/11] wifi: ath12k: delete NSS and TX power setting for monitor vdev
` [PATCH v2 09/11] wifi: ath12k: use tail MSDU to get MSDU information
` [PATCH v2 10/11] wifi: ath12k: fix A-MSDU indication in monitor mode
` [PATCH v2 11/11] wifi: ath12k: delete mon reap timer

[PATCH v4 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
 2024-10-15 16:38 UTC  (6+ messages)
` [PATCH v4 1/4] wifi: ath12k: add configure "
` [PATCH v4 2/4] wifi: ath12k: add 11d scan offload support
` [PATCH v4 3/4] wifi: ath12k: use correct WMI command to set country code for WCN7850
` [PATCH v4 4/4] wifi: ath12k: store and send country code to firmware after recovery

[PATCH v3 0/2] wifi: ath12k: Support AST and Puncture Stats
 2024-10-14  7:17 UTC  (3+ messages)
` [PATCH v3 1/2] wifi: ath12k: Support AST Entry Stats
` [PATCH v3 2/2] wifi: ath12k: Support pdev Puncture Stats

[PATCH v3 0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats
 2024-10-14  7:06 UTC  (3+ messages)
` [PATCH v3 1/2] wifi: ath12k: Support Pdev "
` [PATCH v3 2/2] wifi: ath12k: Support BE OFDMA Pdev Rate Stats

[PATCH v3] wifi: ath12k: Support DMAC Reset Stats
 2024-10-14  6:52 UTC 

[ath:master] BUILD SUCCESS 69eabe24843f238e79a6dbbd2b3fcc8eef39d6b8
 2024-10-13 18:34 UTC 

[ath:pending] BUILD SUCCESS e805272f8c2dee280e2fa1c1a454517df17f1261
 2024-10-13  8:11 UTC 

[ath:master-pending] BUILD SUCCESS c814f3d030878dc98c8751497c325666ef572e12
 2024-10-13  0:42 UTC 

[PATCH] wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functions
 2024-10-11 17:33 UTC 

[PATCH v2 0/4] wifi: ath12k: Support Ring, SFM, Transmit MU, SelfGen stats, CCA stats
 2024-10-11 14:39 UTC  (6+ messages)
` [PATCH v2 1/4] wifi: ath12k: Support Self-Generated Transmit stats
` [PATCH v2 2/4] wifi: ath12k: Support Ring and SFM stats
` [PATCH v2 3/4] wifi: ath12k: Support pdev Transmit Multi-user stats
` [PATCH v2 4/4] wifi: ath12k: Support pdev CCA Stats

[PATCH v2] wifi: ath12k: Support Pdev OBSS Stats
 2024-10-11 14:39 UTC  (2+ messages)

[PATCH v4 0/6] wifi: ath12k: switch to using wiphy_lock()
 2024-10-11 14:39 UTC  (11+ messages)
` [PATCH v4 1/6] wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()
` [PATCH v4 2/6] wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_work
` [PATCH v4 3/6] wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutex
` [PATCH v4 4/6] wifi: ath12k: cleanup unneeded labels
` [PATCH v4 5/6] wifi: ath12k: ath12k_mac_set_key(): remove exit label
` [PATCH v4 6/6] wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk cancellation

[PULL linux-firmware] ath12k firmware 20241009
 2024-10-10 19:52 UTC  (2+ messages)

Mixing ath11k and ath12k leads to failure
 2024-10-10 14:23 UTC 

[ath:pending] BUILD SUCCESS fd79fbbba5c7e309d3a53cbe88c5e5b348b7eaca
 2024-10-10  2:38 UTC 

[ath:ath12k-mlo] BUILD SUCCESS 829df6ff2c3cd9bdd352a1f7bc4f33cc2a53b8bd
 2024-10-09 19:17 UTC 

[ath:ath12k-mlo-qcn9274] BUILD SUCCESS 7435d14d41d5d479a5e6a8a2cd4efdac9d928823
 2024-10-09 19:16 UTC 

[ath:ath12k-mlo-qcn9274 65/81] drivers/net/wireless/ath/ath12k/mac.c:534 ath12k_get_link_sta() error: buffer overflow 'sta->link' 15 <= 15
 2024-10-09 11:16 UTC 

[ath:ath12k-mlo-qcn9274 64/81] drivers/net/wireless/ath/ath12k/mac.c:517 ath12k_get_link_bss_conf() error: buffer overflow 'vif->link_conf' 15 <= 15
 2024-10-09 11:14 UTC 

[ath:ath12k-mlo-qcn9274 /81] drivers/net/wireless/ath/ath12k/mac.c:4304 ath12k_mac_op_set_key() error: uninitialized symbol 'ret'
 2024-10-09 11:09 UTC 

[ath:master] BUILD SUCCESS 5303d98549ec105d4eac357ef48c1c76978a142e
 2024-10-09  6:13 UTC 

[ath:for-next] BUILD SUCCESS 4c57ec6c4bb9979b42ae7fa7273fc2d4a361d576
 2024-10-09  6:09 UTC 

[PATCH v2 0/2] wifi: ath12k: Support AST and Puncture Stats
 2024-10-09  0:06 UTC  (4+ messages)
` [PATCH v2 1/2] wifi: ath12k: Support AST Entry Stats
` [PATCH v2 2/2] wifi: ath12k: Support pdev Puncture Stats

[ath:ath12k-mlo-qcn9274 22/81] drivers/net/wireless/ath/ath12k/mac.c:9400 ath12k_mac_destroy() error: we previously assumed 'ab' could be null (see line 9389)
 2024-10-08 12:58 UTC 

[PATCH] wifi: ath12k: remove msdu_end structure for WCN7850
 2024-10-08  9:30 UTC 

[PATCH v2] wifi: mac80211: re-order assigning channel in activate links
 2024-10-08  8:49 UTC  (6+ messages)

[ath:ath12k-mlo] BUILD SUCCESS 17881fc070ee4530899ee6902ecf0f9db7e85b92
 2024-10-08  5:36 UTC 

[PATCH v2] wifi: ath12k: Support DMAC Reset Stats
 2024-10-07 23:06 UTC  (3+ messages)

[PATCH] wifi: ath12k: fix one more memcpy size error
 2024-10-07 21:43 UTC  (3+ messages)

[PATCH v2] wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()
 2024-10-07 21:43 UTC  (3+ messages)

[PATCH v2] wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based semantics
 2024-10-07 21:43 UTC  (3+ messages)

[ath:pending 8/12] drivers/net/wireless/ath/ath12k/debugfs_htt_stats.c:2515:77: warning: left shift count >= width of type
 2024-10-07 15:50 UTC  (3+ messages)

[PATCH RFC v3 0/6] wifi: ath12k: switch to using wiphy_lock()
 2024-10-07 14:47 UTC  (8+ messages)
` [PATCH RFC v3 1/6] wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()
` [PATCH RFC v3 2/6] wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_work
` [PATCH RFC v3 3/6] wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutex
` [PATCH RFC v3 4/6] wifi: ath12k: cleanup unneeded labels
` [PATCH RFC v3 5/6] wifi: ath12k: ath12k_mac_op_set_key(): remove exit label
` [PATCH RFC v3 6/6] wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk cancellation

[ath:pending] BUILD SUCCESS b35245095197fead99d81d7a78c2cf9e11e298c3
 2024-10-05 23:41 UTC 

[ath:master-pending] BUILD SUCCESS c8b4c8253a14f28f97dc7d6130d69632b7207e04
 2024-10-05 20:51 UTC 

[PATCH] wifi: ath12k: Support MBSSID Control Frame Stats
 2024-10-05 11:26 UTC 

[PATCH v2 0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats
 2024-10-05 11:15 UTC  (3+ messages)
` [PATCH v2 1/2] wifi: ath12k: Support Pdev "
` [PATCH v2 2/2] wifi: ath12k: Support BE OFDMA Pdev Rate Stats

[ath:ath12k-mlo-qcn9274] BUILD SUCCESS 4ad14f50820745f9c2f425ba07ca8431bf2409ed
 2024-10-05  6:36 UTC 

[ath:ath12k-mlo-preparation] BUILD SUCCESS 33d69326329ca2646b5d2d9e990b9e536149d789
 2024-10-04 14:53 UTC 

ath12k-mlo branch ChangeLog
 2024-10-04 11:45 UTC  (4+ messages)

[PATCH] wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based semantics
 2024-10-04  8:57 UTC  (3+ messages)

[ath:pending] BUILD SUCCESS WITH WARNING 08dd5d93509f962500dc983864b4effb2600831a
 2024-10-04  3:09 UTC 

[ath:master-pending] BUILD SUCCESS 7536faa61e194f5cfac0a9277b7cc3cfed766eb0
 2024-10-04  2:56 UTC 

[ath:pending] BUILD SUCCESS 27c34be6d208b4cdd3de386cbde0f3f5a2f38e03
 2024-10-02 18:28 UTC 

[PATCH 0/2] wifi: ath12k: Support AST and Puncture Stats
 2024-10-02 15:06 UTC  (5+ messages)
` [PATCH 1/2] wifi: ath12k: Support AST Entry Stats
` [PATCH 2/2] wifi: ath12k: Support pdev Puncture Stats

[PATCH 0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats
 2024-10-02 15:05 UTC  (5+ messages)
` [PATCH 1/2] wifi: ath12k: Support Pdev "
` [PATCH 2/2] wifi: ath12k: Support BE OFDMA Pdev Rate Stats

[PATCH] wifi: ath12k: Support DMAC Reset Stats
 2024-10-01 23:36 UTC  (2+ messages)

[ath:ath12k-mlo] BUILD SUCCESS 8d6f03ed42b89bff5af467647e8a9f63d6a1d59f
 2024-10-01 17:47 UTC 

[ath:ath12k-mlo-preparation] BUILD SUCCESS 72f999b8bccf1532620331f6275f1e32a86ccf4e
 2024-10-01 17:20 UTC 

[PATCH net-next] wifi: ath: Use common kfree() code in 53 functions
 2024-10-01 11:56 UTC 

[PATCH] wifi: mac80211: fix assigning channel in activate links
 2024-10-01  9:16 UTC  (11+ messages)

[ath:ath12k-mlo-qcn9274] BUILD SUCCESS 83fcc7003bd768a302c868ec35adb85b10d2851d
 2024-10-01  8:43 UTC 

[PATCH] wifi: ath12k: Support Pdev OBSS Stats
 2024-09-30 23:31 UTC  (2+ messages)

[PATCH V8 0/9] wifi: ath12k: add MU-MIMO and 160 MHz bandwidth support
 2024-09-30 21:21 UTC  (4+ messages)
` [PATCH V8 6/9] wifi: ath12k: add support for setting fixed HE rate/GI/LTF

[PATCH] wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()
 2024-09-30 21:05 UTC  (2+ messages)

[ath:master-pending] BUILD SUCCESS 8ed36fe71fd60c851540839b105fd1fddc870c61
 2024-09-29  3:32 UTC 

[ath:pending] BUILD SUCCESS 1a0c640ce1cdcde3eb131a0c1e70ca1ed7cf27cb
 2024-09-29  1:03 UTC 

[PATCH] wifi: ath12k: Skip Rx TID cleanup for self peer
 2024-09-28  9:25 UTC  (2+ messages)

[PATCH] wifi: ath12k: move txbaddr/rxbaddr into struct ath12k_dp
 2024-09-28  9:19 UTC  (2+ messages)

[ath:master] BUILD SUCCESS ced1f8bd64cda4e0c1df0890d1041cc6b18d5c77
 2024-09-27 11:05 UTC 

[ath:pending] BUILD SUCCESS df6ba0a68ac75692bea052d456837711fff86d08
 2024-09-26 11:22 UTC 

[ath:master-pending] BUILD SUCCESS e643530a76baa26ad70b9f8b66f77edfef92bfdf
 2024-09-26  7:19 UTC 

[PATCH AUTOSEL 6.6 027/139] wifi: ath12k: fix array out-of-bound access in SoC stats
 2024-09-25 12:07 UTC 

[PATCH AUTOSEL 6.10 029/197] wifi: ath12k: fix array out-of-bound access in SoC stats
 2024-09-25 11:50 UTC 

[PATCH AUTOSEL 6.11 033/244] wifi: ath12k: fix array out-of-bound access in SoC stats
 2024-09-25 11:24 UTC 

[ath:ath12k-mlo-qcn9274] BUILD SUCCESS 7f03e1b207bd7763f8e02113d43f19bb4bd92851
 2024-09-25  4:26 UTC 

[PATCH RFC v2 0/4] wifi: ath12k: switch to using wiphy_lock()
 2024-09-24 10:03 UTC  (8+ messages)
` [PATCH RFC v2 1/4] wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutex

[ath:ath12k-mlo] BUILD SUCCESS 71a66ca2c46d815d17e234a10726ca6c94af5272
 2024-09-23 11:23 UTC  (2+ messages)

[PATCH] wifi: ath: Use dev_kfree_skb_any(skb) call only once in three functions
 2024-09-21 14:43 UTC 

ath12k - HTT timeout error with NCM86
 2024-09-21 10:28 UTC  (4+ messages)

[ath:master] BUILD SUCCESS d35bb26e150d7fb7434959fad9fcaeaac99906e6
 2024-09-20  8:38 UTC 

[ath:pending] BUILD SUCCESS 8fd4aea35af4ea71b292676d0cb092d02caf5735
 2024-09-20  8:34 UTC 

[ath:ath-next] BUILD SUCCESS 07211778c0ca6a27e7adecff255ceac9c189e8c0
 2024-09-20  8:35 UTC 

[PATCH] wifi: ath12k: fix tx power, max reg power update to firmware
 2024-09-20  7:15 UTC  (3+ messages)


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