Re: [PATCH] wifi: ath: fix comment typo in monitor mode handling
Jeff Johnson <[email protected]>
| Newsgroups | org.infradead.lists.ath11k,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 10/30/2025 7:30 AM, Chien Wong wrote:
Subject should have use "ath11k:"
I'll fix this in my pending branch
And I've removed the ath12k list and added the ath11k list
> Correct a typo in the monitor mode comment where "it make" was mistakenly
> used instead of "it doesn't make". The comment explains that the brief
> period where monitor mode appears enabled before being removed is harmless
> in practice.
> Also, use more common phrase "in practice" instead of "in practise".
>
> Fixes: 3f6e6c3291ed ("ath11k: disable monitor mode on QCA6390")
> Fixes: d889913205cf ("wifi: ath12k: driver for Qualcomm Wi-Fi 7 devices")
And I'll drop the Fixes tags since there is no code change and hence no need
to backport this change to stable kernels.
> Signed-off-by: Chien Wong <[email protected]>