diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
commit | 16defbb2bd9478f9e5384b9722f20a694e6bae41 (patch) | |
tree | f52e202c30c7fca103b196ece1223e18446e4dfc /target/linux/s3c24xx/patches-2.6.24/1164-Make-ar6k-not-print-soooo-much-to-my-console.patch | |
parent | b4644aedce6526b5d07b336187c8e6417c7dd75e (diff) | |
download | upstream-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.gz upstream-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.bz2 upstream-16defbb2bd9478f9e5384b9722f20a694e6bae41.zip |
nuke obsolete kernel stuff
SVN-Revision: 14875
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1164-Make-ar6k-not-print-soooo-much-to-my-console.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1164-Make-ar6k-not-print-soooo-much-to-my-console.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1164-Make-ar6k-not-print-soooo-much-to-my-console.patch b/target/linux/s3c24xx/patches-2.6.24/1164-Make-ar6k-not-print-soooo-much-to-my-console.patch deleted file mode 100644 index aa32339040..0000000000 --- a/target/linux/s3c24xx/patches-2.6.24/1164-Make-ar6k-not-print-soooo-much-to-my-console.patch +++ /dev/null @@ -1,30 +0,0 @@ -From de09d927ffcba8c9fc77608f0e71f889287580a1 Mon Sep 17 00:00:00 2001 -From: Holger Freyther <zecke@openmoko.org> -Date: Tue, 3 Jun 2008 10:46:59 +0100 -Subject: [PATCH] Make ar6k not print soooo much to my console - -From 4cb4c308fde9c1f3598046ff98191d14b62bc609 Mon Sep 17 00:00:00 2001 -From: Holger Freyther <zecke@openmoko.org> -Date: Thu, 29 May 2008 00:09:32 +0200 -Subject: [PATCH] [ar6k] silent++, removing -DDEBUG from the Makefile does not -work ---- - .../sdio/function/wlan/ar6000/ar6000/ar6000_drv.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.c b/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.c -index d35f31c..a854c7c 100644 ---- a/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.c -+++ b/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.c -@@ -2422,7 +2422,7 @@ ar6000_targetStats_event(AR_SOFTC_T *ar, WMI_TARGET_STATS *pTarget) - TARGET_STATS *pStats = &ar->arTargetStats; - A_UINT8 ac; - -- A_PRINTF("AR6000 updating target stats\n"); -+ /*A_PRINTF("AR6000 updating target stats\n");*/ - pStats->tx_packets += pTarget->txrxStats.tx_stats.tx_packets; - pStats->tx_bytes += pTarget->txrxStats.tx_stats.tx_bytes; - pStats->tx_unicast_pkts += pTarget->txrxStats.tx_stats.tx_unicast_pkts; --- -1.5.6.5 - |