K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-08-08T11:33:07.479076Z K 7 svn:log V 435 Find another panic - this time, TID=16 traffic that occured with aggregation enabled * add some more debugging * absolutely, positively ensure that IEEE80211_NONQOS_TID TIDs never get assigned an aggregation session And to fix the actual issue: * recycling ath_buf's wasn't involving a bzero() to reset the state to blank; so a left-over completion handler from an aggregate packet. Blanking the handler fixes this behaviour. END