Re: [PATCH v2] ath10k: support for multicast rate control

2018-07-30 Thread Kalle Valo
Pradeep Kumar Chitrapu wrote: > Issues a wmi command to firmware 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

Re: [PATCH v2] ath10k: support for multicast rate control

2018-05-09 Thread pradeepc
On 2018-05-09 07:31, Ben Greear wrote: On 05/08/2018 11:57 PM, Sebastian Gottschall wrote: Am 09.05.2018 um 08:15 schrieb Sven Eckelmann: 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_C

Re: [PATCH v2] ath10k: support for multicast rate control

2018-05-09 Thread Ben Greear
On 05/08/2018 11:57 PM, Sebastian Gottschall wrote: Am 09.05.2018 um 08:15 schrieb Sven Eckelmann: 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

Re: [PATCH v2] ath10k: support for multicast rate control

2018-05-08 Thread Sebastian Gottschall
Am 09.05.2018 um 08:15 schrieb Sven Eckelmann: 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 i

Re: [PATCH v2] ath10k: support for multicast rate control

2018-05-08 Thread Sven Eckelmann
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

[PATCH v2] ath10k: support for multicast rate control

2018-05-07 Thread Pradeep Kumar Chitrapu
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: