summaryrefslogtreecommitdiff
path: root/trafgen_lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen_lexer.l')
-rw-r--r--trafgen_lexer.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/trafgen_lexer.l b/trafgen_lexer.l
index 69caa58..72bd56c 100644
--- a/trafgen_lexer.l
+++ b/trafgen_lexer.l
@@ -82,6 +82,8 @@ number_ascii ([a-zA-Z])
"rnd" { return K_RND; }
"csumip" { return K_CSUMIP; }
"csumip4" { return K_CSUMIP; }
+"csumicmp" { return K_CSUMIP; }
+"csumicmp4" { return K_CSUMIP; }
"csumudp" { return K_CSUMUDP; }
"csumtcp" { return K_CSUMTCP; }
"drnd" { return K_DRND; }
s='oid'>370ebb0ef6255132373ed35d13e7b1d8d2eb7003 (diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'arch/mips/pci/pci-vr41xx.h')