Yes they were still persistent for me as well on 384.15
They are unrelated to any wifi issues, use the Wireless log and the wlceventd messages in Syslog to help find the config that works the best for you, I have to run with just about everything disabled in wireless advanced to keep my old N devices happy, but still have a tablet that disconnects on the hour every hour so likely just the device itself.
Code:
#!/bin/sh
# increase nf_conntrack_expect_max
echo 352 > /proc/sys/net/netfilter/nf_conntrack_expect_max
logger -t conntrackscript "Value 352 written to nf_conntrack_expect_max, restarting conntrack"
sleep 2
service restart_conntrack
Ive been running this since I started this thread in nat-start and have had zero issues
It writes to your syslog so you can see it ran, in nat-start it'll be re-written anytime the router clears it back to the default 52, so yes thats where you want it to be
And... its 'nat-start' NOT 'nat_start' and chmod a+rx