mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
In the backports driver the tx stats are updated in ieee80211_8023_xmit. However in AP mode the packets are transmitted in ieee80211_8023_xmit_ap. ieee80211_8023_xmit is not hit in case of AP mode. Update the stats just before calling ieee80211_8023_xmit_ap Signed-off-by: Venkat Chimata <venkata@shasta.cloud>