Tested-by: Sedat Dilek <sedat.dilek@xxxxxxxxx> On Fri, Dec 3, 2010 at 5:09 AM, Nick Kossifidis <mickflemm@xxxxxxxxx> wrote: > Â* Correctly report failure to stop RX DMA > > ÂSigned-off-by: Nick Kossifidis <mickflemm@xxxxxxxxx> > > --- > Âdrivers/net/wireless/ath/ath5k/dma.c | Â Â2 +- > Â1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath5k/dma.c b/drivers/net/wireless/ath/ath5k/dma.c > index 82541fe..0064be7 100644 > --- a/drivers/net/wireless/ath/ath5k/dma.c > +++ b/drivers/net/wireless/ath/ath5k/dma.c > @@ -72,7 +72,7 @@ static int ath5k_hw_stop_rx_dma(struct ath5k_hw *ah) > Â Â Â Â Â Â Â Â Â Â Â Âi--) > Â Â Â Â Â Â Â Âudelay(100); > > - Â Â Â if (i) > + Â Â Â if (!i) > Â Â Â Â Â Â Â ÂATH5K_DBG(ah->ah_sc, ATH5K_DEBUG_DMA, > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â"failed to stop RX DMA !\n"); > > -- 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