[qca-nss-ecm] Fix multicast acceleration for 64 bit IPQ807x

32 bit pointer size was being used on 64 bit machine for pointer
arithmetic on interface instance arrays, causing memory corruption.
Change the pointer type to 'unsigned long *' so that the correct
size is used for both 32/64 bit machines

Change-Id: I4585b3d9125a1a7f16078987ec73418b0f7ea36f
Signed-off-by: Kiran Kumar C.S.K <kkumarcs@codeaurora.org>
1 file changed