qcacmn: Separate MEC, DA and WDS Enable Flags

Add new flags for MEC and DA enable/disable
and keep it independent of WDS enable flag

Change-Id: Idb49c45ebb34a38f876dbdb293806c4e96d49b5d
CRs-Fixed: 2336332
This commit is contained in:
phadiman
2018-10-29 12:50:02 +05:30
committed by nshrivas
parent a999ec4a42
commit 4213e9ca61
7 changed files with 85 additions and 4 deletions

View File

@@ -554,6 +554,9 @@ struct cdp_ctrl_ops {
#endif
void (*set_key)(struct cdp_peer *peer_handle,
bool is_unicast, uint32_t *key);
uint32_t (*txrx_get_vdev_param)(struct cdp_vdev *vdev,
enum cdp_vdev_param_type param);
};
struct cdp_me_ops {