I'm testing the latest 7.09 build of OpenWRT with Meraki hardware and I think there might be a memory leak in the association / disassociation.
I am testing with my laptop (running WinXP) and the AP running in ap mode. I'm using a static ip for my laptop to try to limit the number of processes running on the AP (no dhcp server). I'm using the XP repair function to disassociate and reassociate to the AP.
what I'm seeing is 4k being lost when I type the 'free' command... it doesn't happen every time, but after two or three repairs 4k disappear, never to return.
investigating further, /proc/meminfo shows that the 'Slab' goes up without going down.
looking at the /proc/slabinfo files shows that the biggest changes (diff files at different points in time) come from the following:
jffs2_node_frag
jffs2_full_dnode
size-4096
size-2048
size-512
size-64
I don't really know if any of this information is useful, but I am trying to find what my next step should be. If anyone has any advice to help figure this out, please let me know.
Thanks