aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-14 19:11:28 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 15:02:32 -0400
commit54fb0579b9a35101b01d7b277a933e6af200ae88 (patch)
tree4fac298d8e3f98fc1e6014a43391291389974021 /drivers
parentcbe892f6772145f160b89ef5fd4759a8dc7bf6c6 (diff)
Staging: rtl8192e: remove annoying printk()
This message doesn't need to be constantly sent to the syslog, it's nothing but annoying gibberish. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c
index a50bfc125529..2fc04df872ca 100644
--- a/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c
+++ b/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c
@@ -279,7 +279,7 @@ inline void softmac_mgmt_xmit(struct sk_buff *skb, struct ieee80211_device *ieee
279 /* as for the completion function, it does not need 279 /* as for the completion function, it does not need
280 * to check it any more. 280 * to check it any more.
281 * */ 281 * */
282 printk("%s():insert to waitqueue!\n",__FUNCTION__); 282 //printk("%s():insert to waitqueue!\n",__FUNCTION__);
283 skb_queue_tail(&ieee->skb_waitQ[tcb_desc->queue_index], skb); 283 skb_queue_tail(&ieee->skb_waitQ[tcb_desc->queue_index], skb);
284 } else { 284 } else {
285 //printk("TX packet!\n"); 285 //printk("TX packet!\n");