commit | 9522dc417466b74cb13a98b4f6ad1ce9150f24a6 | [log] [tgz] |
---|---|---|
author | King Li <kjli@codeaurora.org> | Thu Feb 25 11:17:57 2016 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Jul 28 02:26:45 2016 -0700 |
tree | f9988543d5ac649c95ad963e6a65209fe803e3fe | |
parent | 69a887a70bbc9ce634911e876a446c078b1e06f9 [diff] |
Wifi-Hal: Set nl socket's local port with nl api The nl library maintains one local port pool for nl sockets, one port is occupied when new nl socket is allocated and it needs to released, otherwise the nl socket allocation will fail since no local port can be used in nl socket allocation. Wifi hal sets own local port for nl socket directly without calling api and causes leak. Change-Id: I393e5a07f799214967a4c098872f31d8857f0732 CRs-Fixed: 981059