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 |
||
---|---|---|
.. | ||
bmi | ||
cds | ||
dp | ||
hdd | ||
mac | ||
pld | ||
sap | ||
sme | ||
wma |