Commit Graph

2 Commits

Author SHA1 Message Date
Abhijit Pradhan
42442e0af0 qca-wifi: Fix dfs null pointer dereference issue
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>
2018-10-17 20:24:33 +05:30
Visudha Sathurappan
c3e2443cc4 qca-wifi: Add DFS DA files to DA directory
* These files are deleted from common dev.
 * DA:- Direct attach.

Change-Id: I6521841b76d2666666fa50775601b0f0f050d1d6
Signed-off-by: Visudha Sathurappan <vsathura@codeaurora.org>
2018-10-09 06:16:08 -07:00