diff options
| author | yeshwanth sriram guntuka <ysriramg@codeaurora.org> | 2017-09-01 17:56:07 +0530 |
|---|---|---|
| committer | Abhinav Kumar <abhikuma@codeaurora.org> | 2019-02-20 15:21:06 +0530 |
| commit | 03d103d83bce1f90d7a0119a00f873ff5d9d870c (patch) | |
| tree | 62632165f7b581f9cda1a80c41b11970df37d46a /wmi/inc/wmi_unified_param.h | |
| parent | 4b04b7261fb3793470dd12f59e4c35c2168c324e (diff) | |
qcacmn: Add config support for BTM offload
Add ini to configure BTM offload configuration
which is sent to firmware as part of RSO start
via wmi btm config cmd.
Change-Id: I69c792705b208014af8f1878f7645d957dde6c06
CRs-Fixed: 2105112
Diffstat (limited to 'wmi/inc/wmi_unified_param.h')
| -rw-r--r-- | wmi/inc/wmi_unified_param.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 4ea794073236..9d95fe8e428f 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -7597,6 +7597,15 @@ struct wmi_mawc_roam_params { uint8_t rssi_stationary_high_adjust; uint8_t rssi_stationary_low_adjust; }; +/** + * struct wmi_btm_config - BSS Transition Management offload params + * @vdev_id: VDEV on which the parameters should be applied + * @btm_offload_config: BTM config + */ +struct wmi_btm_config { + uint8_t vdev_id; + uint32_t btm_offload_config; +}; /** * @time_offset: time offset after 11k offload command to trigger a neighbor |
