o11s / open80211s

open80211s
Other
242 stars 55 forks source link

11aa: requeue tx packets in tx path #18

Closed twpedersen closed 11 years ago

twpedersen commented 11 years ago

right now we do this in status, but then lose the control block in tx info since it is a union with the status stuff. Instead requeue packets in a tx handler.

unmark IEEE80211_TX_INTFL_NEED_TXPROCESSING so we save that on retx too.