commit | c08466e636aa6a2b3b8801f299b016310645de53 | [log] [tgz] |
---|---|---|
author | Sourav Poddar <souravp@codeaurora.org> | Thu May 18 16:42:19 2017 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sat May 20 08:43:20 2017 -0700 |
tree | 320e1fb0bcb56e4384cee4d44078764b852c78ed | |
parent | ba2d90b96197f15634cc158a4819d97482f67152 [diff] |
[qca-nss-clients] Fix ipsecmgr for 64 bit kernel ipsecmgr works on 32 bit array, hence using architecture specific kernel macros will make it fail for other architecture(like arm64). Thus, replace macros such as BIT_WORD and BITS_PER_LONG with ipsecmgr specific macros. Change-Id: I151a65f7efb6bcf44461c7dfe3d42239e59b8691 Signed-off-by: Sourav Poddar <souravp@codeaurora.org>