android_kernel_xiaomi_sm8350/core/hdd
Sridhar Selvaraj 48c4709f8d qcacld-3.0: Move sme_config local variables to dynamic allocations
sme_config is used as local variables with struct tSmeConfigParams
in multiple places causing stack frame size to increase. This is
causing build issues with 32 bit systems where the stack frame
size is limited to 1024 bytes for each frame.

Move multiple sme_config local variables to dynamic allocations to
reduce stack frame size.

Change-Id: I86a93546adf40bbbc19438c3b1e3a7ec0d38f39f
CRs-Fixed: 2074224
2017-08-05 23:53:29 -07:00
..
inc qcacld-3.0: Fix to set roaming capability in get_supported_features() 2017-08-03 19:48:51 -07:00
src qcacld-3.0: Move sme_config local variables to dynamic allocations 2017-08-05 23:53:29 -07:00