commit | bd7e8933f199240b772414877d73c9b03650ba12 | [log] [tgz] |
---|---|---|
author | Krunal Soni <ksoni@codeaurora.org> | Wed Oct 03 11:14:51 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Wed Oct 17 02:06:50 2018 -0700 |
tree | d63dbc29882e313e7e801132b15385c345dc3f84 | |
parent | fabecad587d1ea1434500db4affac6b5c6d54a52 [diff] |
qcacld-3.0: Replace Linux Fix-Width data-type with C-99 stdints Protocol stack supposed to be HLOS-agnostic, but there is some use of Linux fixed-width types u8, u16, and u32. These should be replaced with C99 fixed-width types uint8_t, uint16_t, and uint32_t so that they will correctly be HLOS-agnostic and work on non-Linux targets. CRs-Fixed: 2326407 Change-Id: I8f9099a0170e4f94a54cdd6cc6c2e321a29af717