commit | 42f76507edf5dc612c213916d110b0a01ba752bb | [log] [tgz] |
---|---|---|
author | Nishank Aggarwal <naggar@codeaurora.org> | Thu Feb 16 12:00:19 2017 +0530 |
committer | Nishank Aggarwal <naggar@codeaurora.org> | Thu Feb 16 13:31:14 2017 +0530 |
tree | d3230b1d357636c33344ed36d661409eea03dea8 | |
parent | 7cf27a61da752c51c0f0f48d8636ae8dfa1b89a4 [diff] |
wlan: Fix P2P scan faliure by updating channel list properly The new_index used in the function csrScanCopyRequest() is not updated because of use of pass by value for new_index. The channel list is not updated, and thus p2p scan fails. Fix is to use pass by refenrence for new_index to get updated channel list in csrScanCopyRequest(). Change-Id: I7fba9e0701a01b8e49d4fd94477582761c833674 CRs-Fixed: 2007630