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>
- Support to decode dhcp fingerprint using a locally stored fingerbank database
Fixes: WIFI-433
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
When adding a new baord we had to edit files all over the tree. After this patch
they are all located in the same folder.
Signed-off-by: John Crispin <john@phrozen.org>