When a DFS pulse is being processed, a channel change change can happen.
And the channel change initializes the radar filters which means
it frees and allocates the DFS filtering data structures.
This may result in memory violation (NULL Pointer dereference).
To avoid the memory violation lock the filter initialization and
DFS pulse processing.
Change-Id: Ibb90d067273b24f165205610d76709c6cbc36487
CRs-Fixed: 2317455
Signed-off-by: Vignesh U <uvignesh@codeaurora.org>
* These files are deleted from common dev.
* DA:- Direct attach.
Change-Id: I6521841b76d2666666fa50775601b0f0f050d1d6
Signed-off-by: Visudha Sathurappan <vsathura@codeaurora.org>
* These files are deleted from common dev.
* DA:- Direct attach.
Change-Id: Ieaf6b4261697e7722313bc9fe0e47f6e596b3f62
Signed-off-by: Visudha Sathurappan <vsathura@codeaurora.org>