CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/07 10:31:16
Modified files:
sys/dev/ic : athn.c
Log message:
txq->lastds is only valid when txq is not empty.
Check for emptiness of the TX queue instead of lastds != NULL.
I have a feeling this might fix the "device timeout" issues reported
by Rivo Nurges on his AR5418 unveiled by athn.c r1.28 commit, though
he is not around to confirm.
This is a candidate for -stable.
