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 |
||
---|---|---|
.. | ||
inc | ||
src |