MAX_TXCH
limit = MAX_TXCH;
limit = MAX_TXCH;
bit = find_next_bit(txch_free, MAX_TXCH, start);
if (bit >= MAX_TXCH)
static DECLARE_BITMAP(txch_free, MAX_TXCH);
for (i = 0; i < MAX_TXCH; i++)