summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c9599d7..115e4dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,17 @@
*.la
*.a
+# Compiled executables
+astraceroute/astraceroute
+bpfc/bpfc
+curvetun/curvetun
+curvetun/abiname
+flowtop/flowtop
+ifpps/ifpps
+mausezahn/mausezahn
+netsniff-ng/netsniff-ng
+trafgen/trafgen
+
# cscope/ctags index files
cscope*
tags
/th>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 'Documentation/DocBook/z8530book.tmpl')