commit | 20f9fc4f4d693ca99c22db375fde90c48e5e19e1 | [log] [tgz] |
---|---|---|
author | Dustin Brown <dustinb@codeaurora.org> | Thu Aug 30 15:19:12 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Sat Sep 01 19:19:26 2018 -0700 |
tree | e18181d1d5ad7df6c5c5dd51f6803e4fc3c4eb4e | |
parent | 3c94ecf30c69c8aec7940156b3661712769674b1 [diff] |
qcacld-3.0: Use enums for hdd bit flags Hdd has two sets of bitmap flags which are using #define's. It so happens that two of the flags use the same bit offset. To address this, and ensure no such issues arise in the future, convert these into auto-incrementing enumerations. Change-Id: I8f0e9d0f3a0a493176227ccf16f25d0a4c5bdc73 CRs-Fixed: 2307446