diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-11-15 06:00:47 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-11-15 06:00:47 -0800 |
| commit | fd0f73925342083dfd45acd750c78fc89ab10eb2 (patch) | |
| tree | fdd73be165fa7c14279a546a05261d6caefe5cc8 | |
| parent | cd8ec5892084cfa8256cb8e27790022eafccf7b6 (diff) | |
fw-api: CL 8790961 - update fw common interface files
Add WMI_SERVICE_BW_165MHZ_SUPPORT def
Change-Id: If7baa90b5ef1c697404a3686f91e5f9e75d6aec4
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_services.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h index 8bbe6626f5f5..799c8a6da416 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -416,6 +416,7 @@ typedef enum { WMI_SERVICE_CFR_CAPTURE_FILTER_SUPPORT = 226, /* Indicate FW Supports Channel Frequency Response (CFR) via WMI_CFR_CAPTURE_FILTER_CMDID */ WMI_SERVICE_STA_BSS_MAX_IDLE_TIME = 227, /* Indicate FW supports BSS Max Idle time feature via WMI_VDEV_BSS_MAX_IDLE_TIME_CMDID */ WMI_SERVICE_BIP_CIPHER_SUPPORT = 228, /* FW supports new BIP_CIPHER suites (WMI_CIPHER_BIP_xxx) */ + WMI_SERVICE_BW_165MHZ_SUPPORT = 229, /* Indicate FW supports bandwidth 165MHz (i.e. 6 GHz in addition to 2.4 and 5) */ /******* ADD NEW SERVICES HERE *******/ |
