mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 19:07:47 +00:00
Channel time, busy and other survey counters are showing incorrect values (less than previous or sometimes zero). Consecutive survey dumps are expected to return monotonically increasing counter values. Root Cause: Clear on read in ath10k was leading to this issue. Solution: Use the non-clearing WMI_BSS_SURVEY_REQ_TYPE_READ wmi_bss_survey_req_type Note: ath11k already has this fix. Patch also fixes the utilization percentage calculation for different survey parameters in opensync Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>