qcacld-3.0: Set dfs bit in channel params if state is DFS
Set the dfs bit to true in csr update channel params struct only if the channel state is DFS. Change-Id: Ib36b1c0a0b16bc0b42462396e8871adcf7b5e16d CRs-Fixed: 3392038
This commit is contained in:

committed by
Madan Koyyalamudi

parent
99fcc2fbd2
commit
bd9a5ea405
@@ -1061,7 +1061,7 @@ QDF_STATUS csr_update_channel_list(struct mac_context *mac)
|
||||
pChanList->chanParam[num_channel].nan_disabled =
|
||||
true;
|
||||
|
||||
if (CHANNEL_STATE_ENABLE != channel_state)
|
||||
if (CHANNEL_STATE_DFS == channel_state)
|
||||
pChanList->chanParam[num_channel].dfsSet =
|
||||
true;
|
||||
|
||||
|
Reference in New Issue
Block a user