commit | 478886090ea3e6b5c6a7943097ea656562829482 | [log] [tgz] |
---|---|---|
author | Abhishek Singh <absingh@codeaurora.org> | Wed May 10 12:50:50 2017 +0530 |
committer | snandini <snandini@codeaurora.org> | Thu May 11 22:53:06 2017 -0700 |
tree | 7bd9e4c9e50ef0d1dad0e995ab7f23b6e430b079 | |
parent | f73e582912bbe8c9bbac09b4015429f0f47bbac2 [diff] |
qcacld-3.0: Allocate proper size for the lim peer idx pool In station role, peer idx pool's index 1 is reserved for BSS. for TDLS the index should start from 2. Thus for station role if number of supported peer is n, the peer idx pool size should be n + 2 Thus set peer idx pool size to n + 2 if TDLS is enabled. Change-Id: Ie1afb16bb4a7fb914142d27080dfa257bc9ffeac CRs-Fixed: 2044524