projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f308d1
)
ethtool: Specify what kind of coalescing struct ethtool_coalesce covers
author
Ben Hutchings
<bhutchings@solarflare.com>
Mon, 15 Aug 2011 14:07:15 +0000
(14:07 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 16 Aug 2011 23:36:14 +0000
(16:36 -0700)
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/ethtool.h
b/include/linux/ethtool.h
index be32dd03e10c0c1b8cfabd5856775c19e0c2ea62..71d45a199f96296900b1b15d48ccf3ce1886f4a7 100644
(file)
--- a/
include/linux/ethtool.h
+++ b/
include/linux/ethtool.h
@@
-118,7
+118,7
@@
struct ethtool_eeprom {
};
/**
- * struct ethtool_coalesce - coalescing parameters
of chip
+ * struct ethtool_coalesce - coalescing parameters
for IRQs and stats updates
* @cmd: ETHTOOL_{G,S}COALESCE
* @rx_coalesce_usecs: How many usecs to delay an RX interrupt after
* a packet arrives. If 0, only @rx_max_coalesced_frames is used.