On Montag, 7. Mai 2018 18:34:51 CEST Pradeep Kumar Chitrapu wrote: > Issues wmi command to firmwre when multicast rate change is received > with the new BSS_CHANGED_MCAST_RATE flag. > Also fixes the incorrect fixed_rate setting for CCK rates which got > introduced with addition of ath10k_rates_rev2 enum. > > Tested on QCA9984 with firmware ver 10.4-3.6-00104 > > Signed-off-by: Pradeep Kumar Chitrapu > --- > v2: > - fixed the CCK rates setting for mcast_rate and fixed_rate paths. > - set broadcast rate along with multicast rate setting. These things are only modified in ath10k_bss_info_changed and not saved/ restored. What happens when the HW needs to be reset (there are are couple of firmware crashes which can be seen in the wild and are handled by ath10k)? I would guess that not all of them automatically cause an .bss_info_changed. Kind regards, Sven