qcacmn: change name for ZeroCACDFS

The term "agile" is used by hardware for swift/fast channel change.
Use precac for the zeroCACDFS instead.

Change-Id: I35f4d61cc93b3542feb8b286cbdf3a4474df5a75
Crs-fixed: 1073945
This commit is contained in:
Nandha Kishore Easwaran
2016-11-10 16:01:07 +05:30
committed by qcabuildsw
parent 699f6b597d
commit 81d7c7cae2

View File

@@ -193,7 +193,7 @@ QDF_STATUS send_vdev_start_cmd_non_tlv(wmi_unified_t wmi,
if (param->channel.dfs_set_cfreq2)
WMI_SET_CHANNEL_FLAG(&cmd->chan, WMI_CHAN_FLAG_DFS_CFREQ2);
if (param->channel.dfs_set_agile)
if (param->channel.set_agile)
WMI_SET_CHANNEL_FLAG(&cmd->chan, WMI_CHAN_FLAG_AGILE_MODE);
if (param->channel.half_rate)