Message ID | 20240913100708.756-1-quic_kangyang@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: ath11k: fix full monitor mode | expand |
Kang Yang <quic_kangyang@quicinc.com> writes: > Fix a warning and a bug for full monitor mode. With these two fixes, > full monitor mode can work properly to capture packets. On what hardware versions?
I would also like to know this. I have a Thinkpad X13s with a WCN6855 in it, and I've tried going back to the .30 firmware: ath11k_pci 0006:01:00.0: fw_version 0x1106996e fw_build_timestamp 2023-10-13 07:30 fw_build_id WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.30 and with your patchset applied, I'm still not able to create a monitor mode interface. Is there additional patching needed on top and this is just a fix before that comes? -- steev
On 9/17/2024 3:35 PM, Steev Klimaszewski wrote: > I would also like to know this. I have a Thinkpad X13s with a WCN6855 in it, > and I've tried going back to the .30 firmware: > > ath11k_pci 0006:01:00.0: fw_version 0x1106996e fw_build_timestamp 2023-10-13 07:30 fw_build_id WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.30 > > and with your patchset applied, I'm still not able to create a monitor mode > interface. Is there additional patching needed on top and this is just a fix > before that comes? For WCN6855/QCA6390, still need some patches. This patch-set can only fix the full monitor mode on QCN9074. > > -- steev
On 9/16/2024 2:56 PM, Kalle Valo wrote: > Kang Yang <quic_kangyang@quicinc.com> writes: > >> Fix a warning and a bug for full monitor mode. With these two fixes, >> full monitor mode can work properly to capture packets. > > On what hardware versions? Only for QCN9074. WCN6855/QCA6390 don't support the full monitor mode. >