Message ID | 20230401024932.11722-1-quic_pradeepc@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: ath11k: bug fixes in tx encap offload and ppdu stats | expand |
Pradeep Kumar Chitrapu <quic_pradeepc@quicinc.com> writes: > Fixes bugs in radiotap fields and tx status reporting in TX > encapsulation offload cases. > > Tested-on: QCN9074 hw1.0 PCI WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1 > > Pradeep Kumar Chitrapu (2): > wifi: ath11k: fix tx status reporting in encap offload mode > wifi: ath11k: Fix incorrect update of radiotap fields No changelog. What has changed since v1?
On 4/3/2023 2:15 AM, Kalle Valo wrote: > Pradeep Kumar Chitrapu <quic_pradeepc@quicinc.com> writes: > >> Fixes bugs in radiotap fields and tx status reporting in TX >> encapsulation offload cases. >> >> Tested-on: QCN9074 hw1.0 PCI WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1 >> >> Pradeep Kumar Chitrapu (2): >> wifi: ath11k: fix tx status reporting in encap offload mode >> wifi: ath11k: Fix incorrect update of radiotap fields > No changelog. What has changed since v1? Thanks Kalle. Sorry about missing changelog. let me send V3 with updated change log.. changes are : avoid using ieee80211_tx_status_8023 and use ieee80211_tx_status_ext instead, and fix commit description inorder to address previous review comments.