net: Add framework to allow sending packets with customized CRC.
[deliverable/linux.git] / arch / mips / include / asm / socket.h
index 52104872e9e3679136184e068553c138b5b620a0..a2ed6fdad4e0ee70aac755fad96157f817af900c 100644 (file)
@@ -86,6 +86,9 @@ To add: #define SO_REUSEPORT 0x0200   /* Allow local address and port reuse.  */
 #define SCM_WIFI_STATUS                SO_WIFI_STATUS
 #define SO_PEEK_OFF            42
 
+/* Instruct lower device to use last 4-bytes of skb data as FCS */
+#define SO_NOFCS               43
+
 #ifdef __KERNEL__
 
 /** sock_type - Socket types
This page took 0.025645 seconds and 5 git commands to generate.