aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>2011-05-04 20:10:50 -0400
committerDavid S. Miller <davem@davemloft.net>2011-05-05 13:43:03 -0400
commit34da9e50e908c4553ddefb38da2c5bacbe2bba58 (patch)
tree877168ea6af293c3612069842b7943b15bf02c21
parentc8d55a9d9e257e67d02a6f673a943dd77e6bf24e (diff)
stmmac: removed not used definitions
Reported-by: Karim Hamiti <karim.hamiti@st.com> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/stmmac/stmmac_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/stmmac/stmmac_main.c b/drivers/net/stmmac/stmmac_main.c
index ba9daeccb8af..e15c4a0bb96d 100644
--- a/drivers/net/stmmac/stmmac_main.c
+++ b/drivers/net/stmmac/stmmac_main.c
@@ -116,9 +116,6 @@ static int tc = TC_DEFAULT;
116module_param(tc, int, S_IRUGO | S_IWUSR); 116module_param(tc, int, S_IRUGO | S_IWUSR);
117MODULE_PARM_DESC(tc, "DMA threshold control value"); 117MODULE_PARM_DESC(tc, "DMA threshold control value");
118 118
119#define RX_NO_COALESCE 1 /* Always interrupt on completion */
120#define TX_NO_COALESCE -1 /* No moderation by default */
121
122/* Pay attention to tune this parameter; take care of both 119/* Pay attention to tune this parameter; take care of both
123 * hardware capability and network stabitily/performance impact. 120 * hardware capability and network stabitily/performance impact.
124 * Many tests showed that ~4ms latency seems to be good enough. */ 121 * Many tests showed that ~4ms latency seems to be good enough. */