Commit Graph

4 Commits

Author SHA1 Message Date
Suresh Velagapudi
92801f2593 qca-wifi: Remove DA-Specific 'C' source files in DFS
Remove DA-Specific 'C' source files in DFS feature.

Change-Id: Ie9bfdf891fcc6a7069b7c1167def51f193a2d5f4
2020-09-28 23:23:35 -07:00
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
Visudha Sathurappan
0e90f3f71b qca-wifi: Add spectral DA files to DA directory
* These files are deleted from common dev.
 * DA:- Direct attach.

Change-Id: Ieaf6b4261697e7722313bc9fe0e47f6e596b3f62
Signed-off-by: Visudha Sathurappan <vsathura@codeaurora.org>
2018-10-08 14:06:54 +05:30