commit | bf32349c02d84db8a5d556f00e451611c8de033e | [log] [tgz] |
---|---|---|
author | Siddharth Bhal <sbhal@qti.qualcomm.com> | Tue Aug 05 13:20:23 2014 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Thu Aug 14 14:25:57 2014 +0530 |
tree | ed8fdf5abdb839d66f922cdb3258a3952f127917 | |
parent | 2bc754b7297f2c5f3012dd8a84a7dda7415fd704 [diff] |
wlan: wdi: wpal: ratelimit invalid register read Ratelimit wpalReadRegister failure messages which can flood serial console during improper system initialization or wcnss_device in shutdown state. wpalRegisterInterrupt() call to wpalReadRegister is likely to cause flooding. Used __ratelimit linux android API to ratelimit. CRs-Fixed: 703398 Change-Id: I6cc02c9c97b02bfd7d32439fa52ebabda7369f31