On 6/26/2024 11:39 AM, Kalle Valo wrote: > Rameshkumar Sundaram <quic_ramess@xxxxxxxxxxx> writes: > >> Currently during driver initialization, mac registration is allowed >> only for devices that advertise WMI_TLV_SERVICE_WOW, but QCN9274 >> doesn't support WoW and hence mac registration is aborted and driver >> is de-initialized. > > I changed the title and this paragraph to describe more that we are > fixing a regression here. > >> Allow mac registration to proceed without WoW Support for devices >> that don't advertise WMI_TLV_SERVICE_WOW. >> >> Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1 >> >> Cc: stable@xxxxxxxxxxxxxxx >> Fixes: 4a3c212eee0e ("wifi: ath12k: add basic WoW functionalities") > > Luckily commit 4a3c212eee0e is only in ath-next, and not in any other > tree yet, so no need to cc stable. We need to cc stable when the bug is > in any of the official releases (v6.10 etc). So I dropped it. > > Please check: > > https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git/commit/?h=pending&id=dbe2f0503e5fa9394e6b4e4f442adae89cec4cc7 > LGTM, thanks!