commit | be255a62a15ad52b6e411ac03eea8e4db55ec795 | [log] [tgz] |
---|---|---|
author | SaidiReddy Yenuga <c_saidir@qti.qualcomm.com> | Wed Dec 07 16:21:07 2016 +0530 |
committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | Thu Dec 15 16:01:54 2016 +0530 |
tree | f5232e8209a696f45d0a9e51ef7d4214232f004d | |
parent | 0caa5d240292553a298c3bf5be674b611eba17f3 [diff] |
wlan: Use heap memory for station_info instead of stack qcacld-2.0 to prima propagation. From kernel 3.19-rc4, size of struct station_info is around 600 bytes, so stack frame size of such routine use this struct will easily exceed 1024 bytes, the default value of stack frame size. So use heap memory for this struct instead. Change-Id: Ibe8a4f5189fcc9d5554f7a5d851c93be8fa8dbad CRs-Fixed: 1050323