On Fri, Jul 13, 2012 at 03:46:33AM -0600, Stefan Sperling wrote: > CVSROOT: /cvs > Module name: src > Changes by: s...@cvs.openbsd.org 2012/07/13 03:46:33 > > Modified files: > sys/net80211 : ieee80211_node.c > > Log message: > Tweak node cache eviction strategy when the cache is full: kick off new nodes > in AUTH state that weren't active during the cache wait interval rather than > keeping them for the entire cache timeout interval. Fixes association failures > in noisy RF environments. Tested by edd and myself with a slow soekris > suffering from RF noise with about of 50 interrupts per second on ral0. > ok deraadt
also ok sthen@