K 10 svn:author V 3 sam K 8 svn:date V 27 2009-06-26T21:31:07.132131Z K 7 svn:log V 703 Add generic "age queue" and use it to replace dwds pending q and to hold mesh frames waiting for path discovery: o add ieee80211_ageq support; frames are ordered by age (seconds) and tagged with either a node reference or an opaque 32-bit tag (if marked with M_ENCAP then a node ref is assumed and free's reclaim the ref) o add ic_stageq as a global repository for various frame staging requirments; init, flush, and age (using the inactivity timer) o remove ni_wdsq and use ic_stageq instead to handle dwds frames q'd on dwds discovery o add queueing of mesh packets on hwmp discovery; queue is flushed on prepv recv o change ieee80211_hwmp_discover to pass the mbuf down so it can be queued END