mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
Fix Rate set bug by deviding the given value by 10, since the value is given in multiples of 10 by the cloud. Increase wait time to 20 seconds for the FW to settle before applying the rate Signed-off-by: Chaitanya Godavarthi <chaitanya.kiran@netexperience.com> ath10k-ct: Fix mcast/bcast/mgt/beacon rate overrides. Somewhere around 5.7 kernel, mac80211 started setting mcast/bcast, and ath10k started auto-calculating the mgt ratecodes. This was overriding anything a user set through debugfs. Instead, have debugfs take precedence in case a user sets a rate there. Signed-off-by: Ben Greear <greearb@candelatech.com>