During TDLS componentization the legacy struct sir_del_all_tdls_peers
was replicated, creating struct tdls_del_all_tdls_peers. Unfortunately
this left the driver with two different data structures which serve
the same purpose. Not only is this pointless, but due to the way in
which these structures are used there is an implicit requirement that
they be exactly identical. This approach is very fragile. To align
with the converged software architecture and to improve code
maintainability exclusively use the TDLS component public struct.
Change-Id: Id2140e5143167e90d869de6d65ee75273830b5b0
CRs-Fixed: 2404151