K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-08-31T13:37:28.513170Z K 7 svn:log V 618 Add an ADDBA response timeout method which will unpause the TID. I've noticed that there's occasionally TX hangs (which I'll figure out soon enough) that cause net80211 to keep trying to queue ADDBA requests. This tid->paused kept being incremented and even if the addba response finally occured (or the interface was reset), tid->paused wouldn't be reset to 0. The commit to link this into if_ath.c will follow. To think about: if the interface is reset, tid->paused won't be zeroed out. The net80211 addba timeout callback will still occur, so we can't just zero it out as said callback would decrement it to < 0. END