qca / open-ath9k-htc-firmware

The firmware for QCA AR7010/AR9271 802.11n USB NICs
Other
429 stars 182 forks source link

Fix resetting of txstatus flags. #64

Closed iazz closed 10 years ago

iazz commented 10 years ago

The txstatus ts_flags field is not reset, while the memory is reused. This makes flags stay there once they are set and hence break the working of anything that's based on them in the returned TX status.

erikarn commented 10 years ago

yup, looks like it's the right place to do it.