qcacmn: Propagate config parameters to datapath
Provide an API to accept the config parameters from the upper layer and store them in wlan_cfg_ctx. Enable/Disable the datapath features based on these parameters. Change-Id: Icbdc835a51a6fea87c06174e9fc63d5d007aec1d CRs-Fixed: 2097229
This commit is contained in:

committed by
snandini

parent
cfbb8952ff
commit
3e8add86bb
@@ -213,6 +213,8 @@ struct cdp_cmn_ops {
|
||||
void (*set_pn_check)(struct cdp_vdev *vdev,
|
||||
struct cdp_peer *peer_handle, enum cdp_sec_type sec_type,
|
||||
uint32_t *rx_pn);
|
||||
QDF_STATUS (*update_config_parameters)(struct cdp_soc *psoc,
|
||||
struct cdp_config_params *params);
|
||||
};
|
||||
|
||||
struct cdp_ctrl_ops {
|
||||
|
Reference in New Issue
Block a user