android_kernel_xiaomi_sm8350/core/hdd
Manjeet Singh 1a376cea13 qcacld-3.0: Pass proper values to bit manipulation methods to avoid panic
qcacld-2.0 to qcacld-3.0 propagation

Observed kernel panic due to improper arguments passed to kernel bit
manipulation functions (like set_bit, clear_bit etc.) i.e these
functions expects bit positions as its first argument but bit mask
values are being passed.

To fix these issues ensure below points:
   - Pass bit position as a first argument to bit manipulation
     functions.
   - Re-define MACROs which gives false impression of bit mask values
     with their naming convention.

Change-Id: Ief8cd83b05f01a0926f91c0e9fb461ddd498e05e
CRs-Fixed: 981050
2017-03-21 13:25:06 -07:00
..
inc qcacld-3.0: HDD: Remove obsolete support for SME_PER_STA_STATS 2017-03-21 09:47:58 -07:00
src qcacld-3.0: Pass proper values to bit manipulation methods to avoid panic 2017-03-21 13:25:06 -07:00