Search Linux Wireless

Re: Using compat-wireless w/ 2.6.27.26

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Bob Copeland wrote:
> On Thu, Jul 23, 2009 at 7:24 AM, Bob Copeland<me@xxxxxxxxxxxxxxx> wrote:
>> -       ath5k_tx_processq(sc, sc->txq);
>> +       for (i=0; i < AR5K_NUM_TX_QUEUES; i++) {
>> +               if (!sc->txqs[i].setup)
>> +                       continue;
>> +               ath5k_tx_processq(sc, sc->txq);
> 
> oops, should be:
> 
> ath5k_tx_processq(sc, sc->txqs[i]);
> 
>> +       }
>>  }
>>

Getting closer :-)

ath5k_tx_processq(sc, &sc->txqs[i]);



--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux