Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 1/3] ath9k: Remove bogus assert in ath_clone_txbuf()
@ 2009-07-13  7:02 Vasanthakumar Thiagarajan
  2009-07-13  7:02 ` [PATCH 2/3] ath9k: Handle tx desc shortage more appropriately Vasanthakumar Thiagarajan
  0 siblings, 1 reply; 3+ messages in thread
From: Vasanthakumar Thiagarajan @ 2009-07-13  7:02 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Luis.Rodriguez, Jouni.Malinen, ath9k-devel

oops, this one should be part of the original patch
"ath9k: downgrade assert in ath_clone_txbuf()"

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
---
 drivers/net/wireless/ath/ath9k/xmit.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/xmit.c b/drivers/net/wireless/ath/ath9k/xmit.c
index 5de9878..45eac35 100644
--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
@@ -242,7 +242,6 @@ static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf)
 		spin_unlock_bh(&sc->tx.txbuflock);
 		return NULL;
 	}
-	ASSERT(!list_empty((&sc->tx.txbuf)));
 	tbf = list_first_entry(&sc->tx.txbuf, struct ath_buf, list);
 	list_del(&tbf->list);
 	spin_unlock_bh(&sc->tx.txbuflock);
-- 
1.5.5.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-13  7:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-13  7:02 [PATCH 1/3] ath9k: Remove bogus assert in ath_clone_txbuf() Vasanthakumar Thiagarajan
2009-07-13  7:02 ` [PATCH 2/3] ath9k: Handle tx desc shortage more appropriately Vasanthakumar Thiagarajan
2009-07-13  7:02   ` [PATCH 3/3] ath9k: Remove pointless ath9k_ps_restore() in ath_detach() Vasanthakumar Thiagarajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox