projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d55a9
)
stmmac: removed not used definitions
author
Giuseppe CAVALLARO
<
[email protected]
>
Thu, 5 May 2011 00:10:50 +0000
(
00:10
+0000)
committer
David S. Miller
<
[email protected]
>
Thu, 5 May 2011 17:43:03 +0000
(10:43 -0700)
Reported-by: Karim Hamiti <
[email protected]
>
Signed-off-by: Giuseppe Cavallaro <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/stmmac/stmmac_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/stmmac/stmmac_main.c
b/drivers/net/stmmac/stmmac_main.c
index ba9daeccb8af8d91aeb4dc273e59e9ba53b7b971..e15c4a0bb96dd668a0a173a761532fe00b285d69 100644
(file)
--- a/
drivers/net/stmmac/stmmac_main.c
+++ b/
drivers/net/stmmac/stmmac_main.c
@@
-116,9
+116,6
@@
static int tc = TC_DEFAULT;
module_param(tc, int, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(tc, "DMA threshold control value");
-#define RX_NO_COALESCE 1 /* Always interrupt on completion */
-#define TX_NO_COALESCE -1 /* No moderation by default */
-
/* Pay attention to tune this parameter; take care of both
* hardware capability and network stabitily/performance impact.
* Many tests showed that ~4ms latency seems to be good enough. */