public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-11-27 06:01:57 to 2024-12-11 15:34:51 UTC [more...]

[PATCH v3 0/8] wifi: ath12k: MLO support part 7
 2024-12-11 15:34 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: net: wireless: Describe ath12k PCI module with WSI
` [PATCH v3 2/8] wifi: ath12k: parse multiple device information from Device Tree
` [PATCH v3 3/8] wifi: ath12k: send partner device details in QMI MLO capability
` [PATCH v3 4/8] wifi: ath12k: refactor ath12k_qmi_alloc_target_mem_chunk()
` [PATCH v3 5/8] wifi: ath12k: add support to allocate MLO global memory region
` [PATCH v3 6/8] wifi: ath12k: Add MLO WMI setup and teardown functions
` [PATCH v3 7/8] wifi: ath12k: enable MLO setup and teardown from core
` [PATCH v3 8/8] wifi: ath12k: avoid redundant code in DP Rx error process

WCN7850 disconnects and reconnects in a loop
 2024-12-11  9:48 UTC  (4+ messages)

[PATCH v4 00/13] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-11  8:52 UTC  (22+ messages)
` [PATCH v4 01/13] dt-bindings: net: wireless: describe the ath12k AHB module
` [PATCH v4 02/13] wifi: ath12k: fix incorrect CE addresses
` [PATCH v4 03/13] wifi: ath12k: refactor ath12k_hw_regs structure
` [PATCH v4 04/13] wifi: ath12k: add ath12k_hw_params for IPQ5332
` [PATCH v4 05/13] wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332
` [PATCH v4 06/13] wifi: ath12k: Add hw_params to remap CE register space for IPQ5332
` [PATCH v4 07/13] wifi: ath12k: add support for fixed QMI firmware memory
` [PATCH v4 08/13] wifi: ath12k: add AHB driver support for IPQ5332
` [PATCH v4 09/13] wifi: ath12k: Power up root PD
` [PATCH v4 10/13] wifi: ath12k: Register various userPD interrupts and save SMEM entries
` [PATCH v4 11/13] wifi: ath12k: Power up userPD
` [PATCH v4 12/13] wifi: ath12k: Power down userPD
` [PATCH v4 13/13] wifi: ath12k: enable ath12k AHB support

[PATCH v6 0/4] wifi: ath12k: store and send country code to firmware after recovery
 2024-12-11  4:32 UTC  (9+ messages)
      ` [RFC] [PATCH] wifi: ath12k: wait for chan update in reg_notifier
        ` [RFC] [PATCH v2] "

[PATCH 0/7] wifi: ath12k: MLO support part 6
 2024-12-10 22:57 UTC  (13+ messages)
` [PATCH 1/7] wifi: ath12k: move ATH12K_FLAG_REGISTERED handling to ath12k_mac_register()
` [PATCH 2/7] wifi: ath12k: rename mlo_capable_flags to single_chip_mlo_supp
` [PATCH 3/7] wifi: ath12k: introduce device group abstraction
` [PATCH 4/7] wifi: ath12k: refactor core start based on hardware group
` [PATCH 5/7] wifi: ath12k: move struct ath12k_hw from per device to group
` [PATCH 6/7] wifi: ath12k: send QMI host capability after device group is ready
` [PATCH 7/7] wifi: ath12k: introduce mlo_capable flag for device group

[ath:pending] BUILD SUCCESS 1496b9ea124385547b7749d5df235ea7199ddb91
 2024-12-10 21:11 UTC 

[ath:ath12k-mlo-qcn9274] BUILD SUCCESS ac67423e131d511eb631422746b9c15839593a53
 2024-12-10 20:02 UTC 

[bug report] wifi: ath12k: move struct ath12k_hw from per device to group
 2024-12-10 18:07 UTC  (3+ messages)

[ath:master-pending] BUILD SUCCESS 105c23d2b3c306553276a492242837b45360db42
 2024-12-10 16:39 UTC 

[ath:master] BUILD SUCCESS 27909c77d085d32db141cbb32b2cc9fbef874197
 2024-12-10 13:21 UTC 

[PATCH 0/9] wifi: ath12k: MLO support part 8
 2024-12-10  8:25 UTC  (13+ messages)
` [PATCH 1/9] wifi: ath12k: move to HW link id based reveive handling
` [PATCH 2/9] wifi: ath12k: add partner device buffer support in receive data path
` [PATCH 3/9] wifi: ath12k: add helper function to init partner cmem configuration
` [PATCH 4/9] wifi: ath12k: introduce interface combination cleanup helper
` [PATCH 5/9] wifi: ath12k: Refactor radio frequency information
` [PATCH 6/9] wifi: ath12k: advertise multi device interface combination
` [PATCH 7/9] wifi: ath12k: fix ath12k_qmi_alloc_chunk() to handle too large allocations
` [PATCH 8/9] wifi: ath12k: fix ar->supports_6ghz usage during hw register
` [PATCH 9/9] wifi: ath12k: pass link ID during MLO while delivering skb

[PATCH v3 00/13] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-10  7:43 UTC  (16+ messages)
` [PATCH v3 01/13] dt-bindings: net: wireless: describe the ath12k AHB module
` [PATCH v3 02/13] wifi: ath12k: fix incorrect CE addresses
` [PATCH v3 03/13] wifi: ath12k: refactor ath12k_hw_regs structure
` [PATCH v3 04/13] wifi: ath12k: add ath12k_hw_params for IPQ5332
` [PATCH v3 05/13] wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332
` [PATCH v3 06/13] wifi: ath12k: Add hw_params to remap CE register space for IPQ5332
` [PATCH v3 07/13] wifi: ath12k: add support for fixed QMI firmware memory
` [PATCH v3 08/13] wifi: ath12k: add AHB driver support for IPQ5332
` [PATCH v3 09/13] wifi: ath12k: Power up root PD
` [PATCH v3 10/13] wifi: ath12k: Register various userPD interrupts and save SMEM entries
` [PATCH v3 11/13] wifi: ath12k: Power up userPD
` [PATCH v3 12/13] wifi: ath12k: Power down userPD
` [PATCH v3 13/13] wifi: ath12k: enable ath12k AHB support

[PATCH v2 wireless-next] wifi: ath12k: Fix out-of-bounds read in ath12k_mac_vdev_create
 2024-12-10  6:47 UTC  (6+ messages)

[PATCH] wifi: ath12k: fix read pointer after free in ath12k_mac_assign_vif_to_vdev()
 2024-12-10  6:04 UTC  (2+ messages)

pull-request: ath-next-20241209
 2024-12-09 18:42 UTC  (2+ messages)

[PATCH 0/8] wifi: ath12k: MLO support part 7
 2024-12-09 17:26 UTC  (12+ messages)
` [PATCH 1/8] dt-bindings: net: wireless: Describe ath12k PCI module with WSI
` [PATCH 2/8] wifi: ath12k: parse multiple device information from Device Tree
` [PATCH 3/8] wifi: ath12k: send partner device details in QMI MLO capability
` [PATCH 4/8] wifi: ath12k: refactor ath12k_qmi_alloc_target_mem_chunk()
` [PATCH 5/8] wifi: ath12k: add support to allocate MLO global memory region
` [PATCH 6/8] wifi: ath12k: Add MLO WMI setup and teardown functions
` [PATCH 7/8] wifi: ath12k: enable MLO setup and teardown from core
` [PATCH 8/8] wifi: ath12k: avoid redundant code in DP Rx error process

[PATCH next] wifi: ath12k: Off by one in ath12k_wmi_process_csa_switch_count_event()
 2024-12-09 15:45 UTC  (2+ messages)

[PATCH] wifi: ath12k: fix leaking michael_mic for non-primary links
 2024-12-09 15:37 UTC  (3+ messages)

[PATCH v2 0/8] wifi: ath12k: MLO support part 7
 2024-12-09 15:30 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: net: wireless: Describe ath12k PCI module with WSI
` [PATCH v2 2/8] wifi: ath12k: parse multiple device information from Device Tree
` [PATCH v2 3/8] wifi: ath12k: send partner device details in QMI MLO capability
` [PATCH v2 4/8] wifi: ath12k: refactor ath12k_qmi_alloc_target_mem_chunk()
` [PATCH v2 5/8] wifi: ath12k: add support to allocate MLO global memory region
` [PATCH v2 6/8] wifi: ath12k: Add MLO WMI setup and teardown functions
` [PATCH v2 7/8] wifi: ath12k: enable MLO setup and teardown from core
` [PATCH v2 8/8] wifi: ath12k: avoid redundant code in DP Rx error process

[PATCH wireless-next] wifi: ath12k: Fix out-of-bounds read
 2024-12-09 12:39 UTC  (4+ messages)

[PATCH v2 00/22] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-09  4:23 UTC  (33+ messages)
` [PATCH v2 01/22] dt-bindings: net: wireless: describe the ath12k AHB module
` [PATCH v2 05/22] wifi: ath12k: add ath12k_hw_regs for IPQ5332
` [PATCH v2 09/22] wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332
` [PATCH v2 12/22] wifi: ath12k: fix incorrect CE addresses
` [PATCH v2 15/22] wifi: ath12k: add BDF address in hardware parameter
` [PATCH v2 17/22] wifi: ath12k: add AHB driver support for IPQ5332

[PATCH] wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush()
 2024-12-09  2:41 UTC 

[ath:master] BUILD SUCCESS 400568fb3b022247c1603fdbdd6444b3ef14ffce
 2024-12-07 17:13 UTC 

[ath:pending] BUILD SUCCESS ff73f816ca105f1eb3d28b093e0d9cdeb43bb672
 2024-12-07 16:35 UTC 

[ath:for-next] BUILD SUCCESS da8656797ae10b524a7a0c3d5eeb6237fa3ddd70
 2024-12-07 16:03 UTC 

[ath:master-pending] BUILD SUCCESS 052a018fb8135ff7936f567d864bef832a1c30da
 2024-12-07 15:25 UTC 

[ath:ath12k-mlo-qcn9274] BUILD SUCCESS 48322e474f04f671dc4a57fa2063e9402ecdc51e
 2024-12-06 15:58 UTC 

[PATCH v3 0/3] wifi: ath12k: Support dump PDEV transmit and receive rate HTT stats
 2024-12-06 13:33 UTC  (4+ messages)
` [PATCH v3 1/3] wifi: ath12k: Dump PDEV transmit "
` [PATCH v3 2/3] wifi: ath12k: Dump PDEV receive "
` [PATCH v3 3/3] wifi: ath12k: Dump additional "

[ath:pending] BUILD SUCCESS ac238605309859da17b65f1095660bfd82452bfb
 2024-12-06 10:49 UTC 

[ath:master-pending] BUILD SUCCESS dbbc633d47a1c94335d11b3d82731f231e0322e3
 2024-12-06 10:48 UTC 

[ath:master-pending] BUILD SUCCESS 005db6a1c7a0a40ac803d095653e90ad057d71c7
 2024-12-05  7:24 UTC 

[ath:pending] BUILD SUCCESS cea6667b73496a9f56b527009f4b7080d63e8df2
 2024-12-05  6:43 UTC 

[PATCH] wifi: ath12k: Add support for parsing 64-bit TLVs
 2024-12-05  4:45 UTC  (2+ messages)

[PATCH v2 0/8] wifi: ath12k: Refactor the monitor status Rx path
 2024-12-05  1:07 UTC  (9+ messages)
` [PATCH v2 1/8] wifi: ath12k: Add documentation HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG
` [PATCH v2 2/8] wifi: ath12k: Refactor monitor status TLV structure
` [PATCH v2 3/8] wifi: ath12k: cleanup Rx peer statistics structure
` [PATCH v2 4/8] wifi: ath12k: Fix the misspelled of hal TLV tag HAL_PHYRX_GENERICHT_SIG
` [PATCH v2 5/8] wifi: ath12k: fix incorrect TID updation in DP monitor status path
` [PATCH v2 6/8] wifi: ath12k: Remove unused HAL Rx mask in DP monitor path
` [PATCH v2 7/8] wifi: ath12k: Change the Tx monitor SRNG ring ID
` [PATCH v2 8/8] wifi: ath12k: Avoid explicit type cast in monitor status parse handler

[ath:master-pending] BUILD SUCCESS 3b2ab397d31f926523f2781d7f0a14a387415bf4
 2024-12-04 14:42 UTC 

[ath:ath12k-mlo-qcn9274] BUILD SUCCESS b809ecb13513e47f72d23b37fbe9b9bae0bdb124
 2024-12-04 14:43 UTC 

[PATCH 0/2] wifi: ath12k: Support Rate and OFDMA Stats
 2024-12-03  0:04 UTC  (5+ messages)
` [PATCH 1/2] wifi: ath12k: Support Transmit Rate Buffer Stats
` [PATCH 2/2] wifi: ath12k: Support Transmit Buffer OFDMA Stats

[ath:master] BUILD SUCCESS 088e305243e1b3ca74c0c11862ae92e383dc4e76
 2024-12-01  0:19 UTC 

[ath:ath-next] BUILD SUCCESS 45e72c306c08d59d0dc42238a8571bbbf04823f5
 2024-12-01  0:19 UTC 

[PATCH 0/4] wifi: ath12k: MLO support part 5
 2024-11-30 12:10 UTC  (6+ messages)
` [PATCH 1/4] wifi: ath12k: Refactor core startup
` [PATCH 2/4] wifi: ath12k: add ath12k_ab_to_ah() and ath12k_ab_set_ah()
` [PATCH 3/4] wifi: ath12k: add ath12k_get_num_hw()
` [PATCH 4/4] wifi: ath12k: introduce QMI firmware ready flag

[PATCH 00/10] wifi: ath12k: MLO support part 4
 2024-11-29 11:18 UTC  (14+ messages)
` [PATCH 01/10] wifi: ath12k: convert struct ath12k::wmi_mgmt_tx_work to struct wiphy_work
` [PATCH 02/10] wifi: ath12k: ath12k_mac_op_tx(): MLO support
` [PATCH 06/10] wifi: ath12k: do not return invalid link id for scan link

[ath:pending] BUILD SUCCESS aa2347d7524c84479cf52b9c915b4696031747d4
 2024-11-29  7:03 UTC 

[ath:master-pending] BUILD SUCCESS 33791127703c11690f909e6a72528fa9d28cc8d2
 2024-11-29  7:01 UTC 

[ath:ath12k-mlo-qcn9274] BUILD SUCCESS 360a5ebee4b333467a4e13c1efa6c0fbc4746124
 2024-11-29  6:13 UTC 

ath12k-firmware: WCN7850 hw2.0: add IDs for Acer Swift SFA14-11
 2024-11-28 15:11 UTC 

[ath:ath12k-mlo] BUILD SUCCESS 21a8130f4da0b797a01052c4a422ac297ddad87c
 2024-11-27  6:27 UTC 

[ath:pending] BUILD SUCCESS 1d65ca5c771dda54676cc0f735ecd044718d4439
 2024-11-27  5:59 UTC 


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