K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-06-11T08:03:44.265584Z K 7 svn:log V 576 Some further digging shows that net80211 already takes care of refcounting the TX node references for me, so in theory (!) I shouldn't seen a node free until all pending TX packets have completed. For now, leave the functions in there which I was going to write to do this (primarily so I can have some checks before I do free the state!) Whilst I'm here, add a TID reference. Between this and the bf_node reference, enough information should (eventually) be available now for a completed packet (success, failure, filtered) to be matched back to its source node/TID queue. END