commit | cb58bbc7b6ca4edfcf039d0c1572965cb3bffc89 | [log] [tgz] |
---|---|---|
author | Pragaspathi Thilagaraj <tpragasp@codeaurora.org> | Thu May 23 15:34:51 2019 +0530 |
committer | Pragaspathi Thilagaraj <tpragasp@codeaurora.org> | Sun May 26 14:10:28 2019 +0530 |
tree | b5c30af38b8ec3b5c6fe2d72952adffd24f9cd2a | |
parent | be24d8ccb5bc678ffad24cbbc388a43cdb66027a [diff] |
qcacld-3.0: Replace typedef tSirMacStatusCodes The Linux Coding Style enumerates a few special cases where typedefs are useful, but stresses "NEVER EVER use a typedef unless you can clearly match one of those rules." The tSirMacStatusCodes typedef does not meet any of those criteria, so replace it properly named enum. Change-Id: I4712acc4898a60ce78e7a6e71d2e91f5b1929c97 CRs-Fixed: 2459765