android_kernel_xiaomi_sm8350/core/sme
Jeff Johnson 56471b94c5 qcacld-3.0: Converge on struct mac_tspec_ie
The driver currently defines two different data structures to hold
a TSpec IE field:
- tSirMacTspecIE
- struct mac_tspec_ie

In this case having two different structures to provide the same
functionality is pointless. Furthermore, 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
remove the legacy typedef and exclusively use the unified WMI
structure.

Change-Id: I2e9da1d72dae3c4b0baa13306ee7ec127895a4f2
CRs-Fixed: 2371911
2018-12-25 00:40:34 -08:00
..
inc qcacld-3.0: Converge on struct mac_ts_info 2018-12-25 00:40:29 -08:00
src qcacld-3.0: Converge on struct mac_tspec_ie 2018-12-25 00:40:34 -08:00