add missing bit from 1.130

This commit is contained in:
sam 2006-02-15 18:24:22 +00:00
parent d5150c5954
commit 953c718551

View File

@ -3860,7 +3860,7 @@ txqactive(struct ath_hal *ah, int qnum)
{
u_int32_t txqs = 1<<qnum;
ath_hal_gettxintrtxqs(ah, &txqs);
return 1;
return (txqs & (1<<qnum));
}
/*