The following changes since commit 38055789d15155109b41602ad719d770af507030: wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850 (2024-08-05 12:28:07 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-current-20240903 for you to fetch changes up to 2f833e8948d6c88a3a257d4e426c9897b4907d5a: Revert "wifi: ath11k: support hibernation" (2024-09-02 19:33:00 +0300) ---------------------------------------------------------------- ath.git patches for v6.11-rc7 We have three patch which address two issues in the ath11k driver which should be addressed for 6.11-rc7: One patch fixes a NULL pointer dereference while parsing transmit power envelope (TPE) information, and the other two patches revert the hibernation support since it is interfering with suspend on some platforms. Note the cause of the suspend wakeups is still being investigated, and it is hoped this can be addressed and hibernation support can be restored in the near future. ---------------------------------------------------------------- Baochen Qiang (3): wifi: ath11k: fix NULL pointer dereference in ath11k_mac_get_eirp_power() Revert "wifi: ath11k: restore country code during resume" Revert "wifi: ath11k: support hibernation" drivers/net/wireless/ath/ath11k/ahb.c | 4 +- drivers/net/wireless/ath/ath11k/core.c | 115 +++++++++------------------------ drivers/net/wireless/ath/ath11k/core.h | 4 -- drivers/net/wireless/ath/ath11k/hif.h | 12 +--- drivers/net/wireless/ath/ath11k/mac.c | 1 + drivers/net/wireless/ath/ath11k/mhi.c | 12 +--- drivers/net/wireless/ath/ath11k/mhi.h | 3 +- drivers/net/wireless/ath/ath11k/pci.c | 44 ++----------- drivers/net/wireless/ath/ath11k/qmi.c | 2 +- 9 files changed, 49 insertions(+), 148 deletions(-)