wlan: Allocate memory dynamically for SmeDisassocRsp and roamInfo
Currently Big structures SmeDisassocRsp and roamInfo are not allocated from heap and increased stack size may cause stack corrpution. Fix is to allocate big structers dynamically instead of using stack. Change-Id: Id726ddb31856875551589de2fed0e21fb41cee0e CRs-Fixed: 2633433
Loading
Please register or sign in to comment