summaryrefslogtreecommitdiff
path: root/include/linux/if.h
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2012-02-11 19:39:30 +0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2012-02-24 13:37:35 +0400
commit3bdc0eba0b8b47797f4a76e377dd8360f317450f (patch)
treeda6bd907f599402bc8db0a2484997fd4d3e06f7b /include/linux/if.h
parent0184039a4b6727d6efd545919c773ef141090ae7 (diff)
downloadlinux-3bdc0eba0b8b47797f4a76e377dd8360f317450f.tar.xz
net: Add framework to allow sending packets with customized CRC.
This is useful for testing RX handling of frames with bad CRCs. Requires driver support to actually put the packet on the wire properly. Signed-off-by: Ben Greear <greearb@candelatech.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'include/linux/if.h')
-rw-r--r--include/linux/if.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if.h b/include/linux/if.h
index 06b6ef60c821..f995c663c493 100644
--- a/include/linux/if.h
+++ b/include/linux/if.h
@@ -80,6 +80,8 @@
* skbs on transmit */
#define IFF_UNICAST_FLT 0x20000 /* Supports unicast filtering */
#define IFF_TEAM_PORT 0x40000 /* device used as team port */
+#define IFF_SUPP_NOFCS 0x80000 /* device supports sending custom FCS */
+
#define IF_GET_IFACE 0x0001 /* for querying only */
#define IF_GET_PROTO 0x0002