android_kernel_xiaomi_sm8350/core
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
..
bmi qcacld-3.0: add support for QCA9377_REV1_1 2017-02-14 16:28:16 -08:00
cds qcacld-3.0: Pass proper values to bit manipulation methods to avoid panic 2017-03-21 13:25:06 -07:00
dp qcacld-3.0: Handle error condition when dma map fail 2017-03-20 07:47:44 -07:00
hdd qcacld-3.0: Pass proper values to bit manipulation methods to avoid panic 2017-03-21 13:25:06 -07:00
mac Release 5.2.0.16M 2017-03-21 12:31:13 -07:00
pld qcacld-3.0: Update prefix for multi-interface with chip name 2017-03-02 19:58:56 -08:00
sap qcacld-3.0: Remove unnecessary log from wlansap_roam_callback 2017-03-17 16:19:41 -07:00
sme qcacld-3.0: SME: Remove obsolete support for tCsrPerStaStatsInfo 2017-03-21 09:48:01 -07:00
wma qcacld-3.0: Fix SBS is set to true by policy manager in SCC mode 2017-03-21 12:31:12 -07:00