public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-04-02 18:15:08 to 2025-04-14 09:06:57 UTC [more...]

[PATCH ath-next v2 0/2] wifi: ath12k: handle scan vdev consistently
 2025-04-14  8:47 UTC  (5+ messages)
` [PATCH ath-next v2 1/2] wifi: ath12k: handle scan link during vdev create
` [PATCH ath-next v2 2/2] wifi: ath12k: Use scan link ID 15 for all scan operations

[PATCH net-next 0/7] net: Don't use %pK through printk
 2025-04-14  8:26 UTC  (8+ messages)
` [PATCH net-next 1/7] wifi: ath10k: "
` [PATCH net-next 2/7] wifi: ath11k: "
` [PATCH net-next 3/7] wifi: ath12k: "
` [PATCH net-next 4/7] wifi: wcn36xx: "
` [PATCH net-next 5/7] wifi: mwifiex: "
` [PATCH net-next 6/7] ice: Don't use %pK through printk or tracepoints
` [PATCH net-next 7/7] net/mlx5: Don't use %pK through tracepoints

[PATCH ath-next v2] wifi: ath12k: Abort scan before removing link interface to prevent duplicate deletion
 2025-04-14  3:27 UTC  (4+ messages)

[ath:master-pending] BUILD SUCCESS d214898f5e42deec81f6849d5ad807073cad55c1
 2025-04-13  6:51 UTC 

[ath:pending] BUILD SUCCESS 8b62c167206abf0086aca0334022f2c73cb73ca5
 2025-04-13  5:45 UTC 

[ath:for-next] BUILD SUCCESS f5755c23ed8a4603194f6425828a2760f814e117
 2025-04-13  5:40 UTC 

[ath:master] BUILD SUCCESS 752710b6e1debbd08d9d332c79fa1a646fd1cde2
 2025-04-13  5:40 UTC 

[PATCH ath-next v4 0/9] wifi: ath12k: fixes for rmmod and recovery issues with hardware grouping
 2025-04-12  4:24 UTC  (20+ messages)
` [PATCH ath-next v4 1/9] wifi: ath12k: fix SLUB BUG - Object already free in ath12k_reg_free()
` [PATCH ath-next v4 2/9] wifi: ath12k: add reference counting for core attachment to hardware group
` [PATCH ath-next v4 3/9] wifi: ath12k: fix failed to set mhi state error during reboot with hardware grouping
` [PATCH ath-next v4 4/9] wifi: ath12k: fix ATH12K_FLAG_REGISTERED flag handling
` [PATCH ath-next v4 5/9] wifi: ath12k: fix firmware assert during reboot with hardware grouping
` [PATCH ath-next v4 6/9] wifi: ath12k: fix ath12k_core_pre_reconfigure_recovery() with grouping
` [PATCH ath-next v4 7/9] wifi: ath12k: handle ath12k_core_restart() with hardware grouping
` [PATCH ath-next v4 8/9] wifi: ath12k: handle ath12k_core_reset() "
` [PATCH ath-next v4 9/9] wifi: ath12k: reset MLO global memory during recovery

[PATCH] wifi: ath12k: Fix buffer overflow in debugfs
 2025-04-12  4:24 UTC  (4+ messages)

[PATCH ath-next] wifi: ath12k: Fix WMI tag for EHT rate in peer assoc
 2025-04-12  4:24 UTC  (2+ messages)

[PATCH next] wifi: ath12k: Fix a couple NULL vs IS_ERR() bugs
 2025-04-12  4:24 UTC  (3+ messages)

[PATCH ath-next v2] wifi: ath12k: Disable broadcast TWT feature in HE MAC capabilities
 2025-04-12  4:24 UTC  (3+ messages)

[PATCH v5] wifi: ath12k: Add support for link specific datapath stats
 2025-04-12  4:24 UTC  (2+ messages)

[PATCH ath-next 0/2] wifi: ath12k: Handle of key_cipher in MLD AP
 2025-04-12  4:24 UTC  (6+ messages)
` [PATCH ath-next 1/2] wifi: ath12k: Resolve multicast packet drop by populating key_cipher in ath12k_install_key()
` [PATCH ath-next 2/2] wifi: ath12k: Introduce check against zero for ahvif->key_cipher in ath12k_mac_op_tx()

[PATCH ath-next] wifi: ath12k: fix cleanup path after mhi init
 2025-04-12  4:24 UTC  (3+ messages)

[PATCH ath-next 0/2] wifi: ath12k: add rx_info and replace the usage of rx desc
 2025-04-12  4:24 UTC  (6+ messages)
` [PATCH ath-next 1/2] wifi: ath12k: add rx_info to capture required field from rx descriptor
` [PATCH ath-next 2/2] wifi: ath12k: replace the usage of rx desc with rx_info

[PATCH ath-next v3 0/4] wifi: ath12k: Fix multicast memory leak in tx path
 2025-04-11  6:56 UTC  (9+ messages)
` [PATCH ath-next v3 1/4] wifi: ath12k: Handle error cases during extended skb allocation
` [PATCH ath-next v3 2/4] wifi: ath12k: Refactor tx descriptor handling in tx completion handler
` [PATCH ath-next v3 3/4] wifi: ath12k: Fix memory leak during extended skb allocation
` [PATCH ath-next v3 4/4] wifi: ath12k: Use skb->len for dma_unmap_single() length parameter

[PATCH ath-next v2 0/2] wifi: ath12k: correctly check RX multicast bit
 2025-04-11  7:00 UTC  (7+ messages)
` [PATCH ath-next v2 1/2] wifi: ath12k: using msdu end descriptor to check for rx multicast packets
` [PATCH ath-next v2 2/2] wifi: ath12k: correctly handle mcast packets for clients

[PATCH ath-next 0/2] wifi: ath12k: correctly check RX multicast bit
 2025-04-11  5:52 UTC  (5+ messages)
` [PATCH ath-next 1/2] wifi: ath12k: using msdu end descriptor to check for rx multicast packets
` [PATCH ath-next 2/2] wifi: ath12k: correctly handle mcast packets for clients

[PATCH ath-next] wifi: ath12k: fix invalid access to memory
 2025-04-11  4:27 UTC  (2+ messages)

[PATCH ath-next 0/2] wifi: ath12k: handle scan vdev consistently
 2025-04-11  3:16 UTC  (4+ messages)
` [PATCH ath-next 1/2] wifi: ath12k: handle scan link during vdev create
` [PATCH ath-next 2/2] wifi: ath12k: Use scan link ID 15 for all scan operations

[ath:master] BUILD SUCCESS 1a7000fb8348e04ab486513d6ebd4b6074a94be2
 2025-04-10 16:22 UTC 

[ath:for-next] BUILD SUCCESS 25b2f46bd7de2f0007d742de9d2e72e65db0edf3
 2025-04-10 16:20 UTC 

ath12k: No 6GHz Wireless found
 2025-04-10 15:32 UTC  (12+ messages)

[ath:master-pending] BUILD SUCCESS 83078ab9ec2f77abd3f29ad4f15650925173566f
 2025-04-10  0:00 UTC 

[PATCH v4] wifi: ath12k: Add support for link specific datapath stats
 2025-04-09 14:24 UTC  (4+ messages)

[PATCH ath-next] wifi: ath12k: ahb: Replace del_timer_sync() with timer_delete_sync()
 2025-04-09 14:41 UTC  (2+ messages)

[PATCH ath-next 0/2] wifi: ath12k: set proper key flags and MIC space for CCMP256 and GCMP ciphers
 2025-04-09  6:49 UTC  (5+ messages)
` [PATCH ath-next 1/2] wifi: ath12k: fix wrong handling of "
` [PATCH ath-next 2/2] wifi: ath12k: avoid multiple skb_cb fetch in ath12k_mac_mgmt_tx_wmi()

[PATCH ath-next] wifi: ath12k: Avoid allocating rx_stats when ext_rx_stats is disabled
 2025-04-09  5:26 UTC 

[PATCH ath-next v2 0/9] wifi: ath12k: support MLO for WCN7850
 2025-04-09  2:26 UTC  (10+ messages)
` [PATCH ath-next v2 1/9] wifi: ath12k: introduce ath12k_fw_feature_supported()
` [PATCH ath-next v2 2/9] wifi: ath12k: use fw_features only when it is valid
` [PATCH ath-next v2 3/9] wifi: ath12k: support MLO as well if single_chip_mlo_support flag is set
` [PATCH ath-next v2 4/9] wifi: ath12k: identify assoc link vif in station mode
` [PATCH ath-next v2 5/9] wifi: ath12k: make assoc link associate first
` [PATCH ath-next v2 6/9] wifi: ath12k: group REO queue buffer parameters together
` [PATCH ath-next v2 7/9] wifi: ath12k: alloc REO queue per station
` [PATCH ath-next v2 8/9] wifi: ath12k: don't skip non-primary links for WCN7850
` [PATCH ath-next v2 9/9] wifi: ath12k: support 2 channels for single pdev device

linux-next: build failure after merge of the ath-next tree
 2025-04-08 22:46 UTC  (2+ messages)

[ath:master] BUILD SUCCESS ac17b1211841c98a9b4c2900ba2a7f457c80cf90
 2025-04-08 21:18 UTC 

[ath:for-next] BUILD SUCCESS 68218fa0862aaa8fcc5f968663efc781eb4c91df
 2025-04-08 21:16 UTC 

[ath:master-pending] BUILD SUCCESS 471ed859ad3c4184bbb80900f5486d361578aefd
 2025-04-08 20:16 UTC 

[PATCH wireless-next v5 0/3] wifi: MBSSID support in MLO
 2025-04-08 18:45 UTC  (4+ messages)
` [PATCH wireless-next v5 1/3] wifi: nl80211: add link id of transmitted profile for MLO MBSSID
` [PATCH wireless-next v5 2/3] wifi: mac80211: restructure tx profile retrieval "
` [PATCH ath-next v5 3/3] wifi: ath12k: pass link_conf for tx_arvif retrieval

ath12k: request a board file for sm8650
 2025-04-08 17:09 UTC 

ath12k: request a board file for sm8650
 2025-04-08 17:09 UTC 

[ath:ath12k-split-phy] BUILD REGRESSION 31d82c3b3b8782ff326a188f2ae78d3d9f333448
 2025-04-08 16:29 UTC 

[PATCH ath-next v2 0/4] wifi: ath12k: Fix multicast memory leak in tx path
 2025-04-08  6:13 UTC  (5+ messages)
` [PATCH ath-next v2 1/4] wifi: ath12k: Handle error cases during extended skb allocation
` [PATCH ath-next v2 2/4] wifi: ath12k: Refactor tx descriptor handling in tx completion handler
` [PATCH ath-next v2 3/4] wifi: ath12k: Fix memory leak during extended skb allocation
` [PATCH ath-next v2 4/4] wifi: ath12k: Use skb->len for dma_unmap_single() length parameter

[PATCH ath-next 0/4] wifi: ath12k: Fix multicast memory leak in tx path
 2025-04-08  6:07 UTC  (7+ messages)
` [PATCH ath-next 1/4] wifi: ath12k: Handle error cases during extended skb allocation
` [PATCH ath-next 2/4] wifi: ath12k: Refactor tx descriptor handling in tx completion handler
` [PATCH ath-next 3/4] wifi: ath12k: Fix memory leak during extended skb allocation
` [PATCH ath-next 4/4] wifi: ath12k: Use skb->len for dma_unmap_single() length parameter

[PATCH ath-next v3] wifi: ath12k: avoid deadlock during regulatory update in ath12k_regd_update()
 2025-04-08  5:39 UTC 

[ath:ath12k-split-phy 64/169] drivers/net/wireless/ath/ath12k/reg.c:243:11: warning: variable 'band' is used uninitialized whenever 'if' condition is false
 2025-04-08  4:38 UTC 

[PATCH ath-next 0/3] wifi: ath12k: Properly update frequency range
 2025-04-08  4:21 UTC  (4+ messages)
` [PATCH ath-next 1/3] wifi: ath12k: Add helper function ath12k_mac_update_freq_range()
` [PATCH ath-next 2/3] wifi: ath12k: Fix frequency range in driver
` [PATCH ath-next 3/3] wifi: ath12k: Update frequency range if reg rules changes

[ath:ath12k-split-phy 63/169] drivers/net/wireless/ath/ath12k/reg.c:245:13: warning: variable 'freq_low' is used uninitialized whenever 'if' condition is false
 2025-04-08  2:48 UTC 

[PATCH V12 0/9] wifi: ath12k: add MU-MIMO and 160 MHz bandwidth support
 2025-04-08  1:01 UTC  (10+ messages)
` [PATCH V12 1/9] wifi: ath12k: push HE MU-MIMO params to hardware
` [PATCH V12 2/9] wifi: ath12k: push EHT "
` [PATCH V12 3/9] wifi: ath12k: move HE MCS mapper to a separate function
` [PATCH V12 4/9] wifi: ath12k: generate rx and tx mcs maps for supported HE mcs
` [PATCH V12 5/9] wifi: ath12k: fix TX and RX MCS rate configurations in HE mode
` [PATCH V12 6/9] wifi: ath12k: add support for setting fixed HE rate/GI/LTF
` [PATCH V12 7/9] wifi: ath12k: clean up 80P80 support
` [PATCH V12 8/9] wifi: ath12k: add support for 160 MHz bandwidth
` [PATCH V12 9/9] wifi: ath12k: add extended NSS bandwidth support for 160 MHz

[PATCH] wifi: ath12k: Fix misspelling "upto" in dp.c
 2025-04-07 19:41 UTC  (2+ messages)

[PATCH][next] wifi: ath12k: core.h: Avoid -Wflex-array-member-not-at-end warnings
 2025-04-07 20:29 UTC  (4+ messages)

[PATCH ath-next] wifi: ath12k: Fix memory leak during vdev_id mismatch
 2025-04-07 15:23 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: Fix invalid memory access while forming 802.11 header
 2025-04-07 15:23 UTC  (2+ messages)

[PATCH ath-next v3] wifi: ath12k: Fix incorrect rates sent to firmware
 2025-04-07 15:23 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: Fix memory corruption during MLO multicast tx
 2025-04-07 15:23 UTC  (2+ messages)

[ath:master-pending] BUILD SUCCESS 5a7a37babc23c028016297f2de497aaa38f2b336
 2025-04-05  3:11 UTC 

[ath:pending] BUILD SUCCESS cb5f4d002e42483086915087d6360ad2e05a0113
 2025-04-04 23:33 UTC 

[ath:master] BUILD SUCCESS 12b93f7c6d101d22e0ea3bf4a240699746c79117
 2025-04-04 19:47 UTC 

[ath:ath-next] BUILD SUCCESS 89ac53e96217bd5525ee56eaa1b8ef2b398a9ad6
 2025-04-04 19:46 UTC 

[ath:master-pending] BUILD SUCCESS 8a9b1e359d9eb3085dfd80c2e9872c07030fb4d7
 2025-04-04  1:09 UTC 

[PATCH AUTOSEL 6.6 01/26] wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process
 2025-04-03 19:07 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 14/26] wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi

[PATCH AUTOSEL 6.12 03/47] wifi: ath12k: fix memory leak in ath12k_pci_remove()
 2025-04-03 19:05 UTC  (3+ messages)
` [PATCH AUTOSEL 6.12 04/47] wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process
` [PATCH AUTOSEL 6.12 25/47] wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi

[PATCH AUTOSEL 6.13 03/49] wifi: ath12k: fix memory leak in ath12k_pci_remove()
 2025-04-03 19:03 UTC  (3+ messages)
` [PATCH AUTOSEL 6.13 04/49] wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process
` [PATCH AUTOSEL 6.13 25/49] wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi

[PATCH AUTOSEL 6.14 04/54] wifi: ath12k: fix memory leak in ath12k_pci_remove()
 2025-04-03 19:01 UTC  (4+ messages)
` [PATCH AUTOSEL 6.14 05/54] wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process
` [PATCH AUTOSEL 6.14 06/54] wifi: ath12k: Avoid memory leak while enabling statistics
` [PATCH AUTOSEL 6.14 28/54] wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi

[PATCH ath-next v4 0/3] wifi: ath12k: Enable REO queue lookup table on QCN9274
 2025-04-03 18:52 UTC  (2+ messages)

[ath:ath-next] BUILD SUCCESS 31e98e277ae47f56632e4d663b1d4fd12ba33ea8
 2025-04-03 16:30 UTC 

[PATCH v2 0/4] PCI/arm64/ath11k/ath12k: Rename pwrctrl Kconfig symbols
 2025-04-03  7:38 UTC  (4+ messages)

[PATCH ath-next] wifi: ath12k: Disable broadcast TWT feature in HE MAC capabilities
 2025-04-03  4:22 UTC 

[ath:master-pending] BUILD SUCCESS 50afcd9a825a7d542d456942c2eac2d64e9b8875
 2025-04-02 20:17 UTC 


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