diff options
| author | Kai Liu <kaliu@codeaurora.org> | 2016-09-28 23:18:34 +0800 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-11-01 23:18:27 -0700 |
| commit | a17eab167a465b39b09f7e9da1118a8cfef348c6 (patch) | |
| tree | 2cf26e00516ead403b709eba013b72be79054a66 | |
| parent | 93025d810225f2492c66306e638cda8de9cda7cc (diff) | |
qcacld-3.0: Filter all channels that affected by radar signal leaking
qcacld-2.0 to qcacld-3.0 propagation
When radar detected in sap channel, it needs switch channel. Those
channels affected by radar signal leaking should be filtered out
from candidate channels.
Change-Id: I86e6e849e7822f1c82c0f8951a8d91c5baebdcfe
CRs-Fixed: 945388
| -rw-r--r-- | core/sap/src/sap_fsm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/sap/src/sap_fsm.c b/core/sap/src/sap_fsm.c index eaed08f4ab5b..452f9cc65abf 100644 --- a/core/sap/src/sap_fsm.c +++ b/core/sap/src/sap_fsm.c @@ -1062,7 +1062,6 @@ sap_mark_leaking_ch(ptSapContext sap_ctx, FL("sapdfs: channel: %d will have bad leakage due to channel: %d\n"), dfs_nol_channel, temp_ch_lst[j]); temp_ch_lst[j] = 0; - break; } j++; k++; |
