From: Kalle Valo Date: Mon, 30 Nov 2009 08:17:45 +0000 (+0200) Subject: wl1251: print a debug message when tx_queue is full X-Git-Tag: v2.6.34-rc1~233^2~705^2~62 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d67e261829d405ed19a6c2e648f224e352012f52;p=karo-tx-linux.git wl1251: print a debug message when tx_queue is full This debug message was missing and caused incomplete log messages. Signed-off-by: Kalle Valo Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/wl12xx/wl1251_main.c b/drivers/net/wireless/wl12xx/wl1251_main.c index ff4be7bf5d36..0417745d7fc4 100644 --- a/drivers/net/wireless/wl12xx/wl1251_main.c +++ b/drivers/net/wireless/wl12xx/wl1251_main.c @@ -395,6 +395,7 @@ static int wl1251_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) * the queue here, otherwise the queue will get too long. */ if (skb_queue_len(&wl->tx_queue) >= WL1251_TX_QUEUE_MAX_LENGTH) { + wl1251_debug(DEBUG_TX, "op_tx: tx_queue full, stop queues"); ieee80211_stop_queues(wl->hw); /*