diff options
| author | gaolez <gaolez@codeaurora.org> | 2016-11-03 20:01:19 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-07 22:00:39 -0800 |
| commit | 9bd1ccc0c3ba0219c7ccffe7eaf41e115b97a128 (patch) | |
| tree | a4ec1f76ebf3608776332405ae60f2ccf20037e7 /CORE/SAP/src/sapModule.c | |
| parent | bcf888592bf52159aa855840e763c9bfe39924b2 (diff) | |
qcacld-2.0: Add ini option for action frame based channel switch
Add ini option to enable/disable action frame based channel switch.
Change-Id: I340464a18ef0b5cf09f481a23b01edcf04904e34
CRs-Fixed: 1094958
Diffstat (limited to 'CORE/SAP/src/sapModule.c')
| -rw-r--r-- | CORE/SAP/src/sapModule.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CORE/SAP/src/sapModule.c b/CORE/SAP/src/sapModule.c index b1fcf2254a8d..8316e04117ce 100644 --- a/CORE/SAP/src/sapModule.c +++ b/CORE/SAP/src/sapModule.c @@ -819,6 +819,8 @@ WLANSAP_StartBss */ pmac->sap.SapDfsInfo.disable_dfs_ch_switch = pConfig->disableDFSChSwitch; + pmac->sap.SapDfsInfo.sap_ch_switch_beacon_cnt = + pConfig->sap_chanswitch_beacon_cnt; // Copy MAC filtering settings to sap context pSapCtx->eSapMacAddrAclMode = pConfig->SapMacaddr_acl; vos_mem_copy(pSapCtx->acceptMacList, pConfig->accept_mac, sizeof(pConfig->accept_mac)); |
