qcacmn: Add Wmi for FW dynamic control of Muedca param

Add WMI changes for the API he_muedca_mode
to swicth between manual, host and FW dynamic
muedca param selection.

Change-Id: If43b5da483fe082294bda33f8951187ebc7ea3c7
CRs-Fixed: 2554378
This commit is contained in:
sumedh baikady
2019-09-16 19:47:44 -07:00
zatwierdzone przez nshrivas
rodzic 5c0f59fd3c
commit a95ba1312a
3 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@@ -139,6 +139,7 @@ struct tbttoffset_params {
* @csa_switch_count_offset: CSA swith count offset in beacon frame
* @ext_csa_switch_count_offset: ECSA switch count offset in beacon frame
* @esp_ie_offset: ESP IE offset in beacon frame
* @mu_edca_ie_offset: Mu EDCA IE offset in beacon frame
* @frm: beacon template parameter
*/
struct beacon_tmpl_params {
@@ -150,6 +151,7 @@ struct beacon_tmpl_params {
uint32_t csa_switch_count_offset;
uint32_t ext_csa_switch_count_offset;
uint32_t esp_ie_offset;
uint32_t mu_edca_ie_offset;
uint8_t *frm;
};