Search Linux Wireless

Re: [PATCH] rt2800pci: actually handle tx interrupts

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

 



Hi,

> 1) We don't handle _any_ of the DMA_DONE interrupts, so we don't actually remove
> any of the entries when the card tells us we are done.  This is easy enough to
> fix.

Yes, but your fix is removing the handler INT_SOURCE_CSR_TX_FIFO_STATUS
which probably should still be handled anyway.

> 2) Turns out we are depending on the TX_STA_FIFO register on the card to give us
> per-tx statistics, but it appears to only be a sort of global statistic thing
> that doesn't even work most of the time.  I seperated out all of the TX_STA_FIFO
> reading stuff and either TX_STA_FIFO_VALID would be 0,
> TX_STA_FIFO_TX_ACK_REQUIRED would be 0, or TX_STA_FIFO_WCID would be 254, which
> is way higher than the queue limit.  So basically it gives us crap statistics.

I am not seeing this check in the code, only the complete removal of the TX_STA_FIFO handling.

> Looking through RaLinks driver it doesn't seem there is a way to get per-tx
> statistics, so you can't really tell if the tx failed or not.  So I've fixed
> rt2800pci_txdone to just say the tx succeeded and call rt2x00lib_txdone and be
> done with it.  I'm sure this is horribly wrong, but looking at the RaLink driver
> doesn't seem to indicate anyway to fail/retry a particular packet, so I'm not
> sure if there is anything else that can be done.

Returning success is bogus, it must return status unknown just like the USB drivers do.
It is up to rt2x00lib to determine if that should resolve to success or not (at the moment
it will resolve to success).

> This patch makes it so this driver works for me finally (minus a couple of
> quirks).  Thanks,

Ivo
--
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