net: Add framework to allow sending packets with customized CRC.
[deliverable/linux.git] / arch / arm / include / asm / socket.h
index d958c74e5260839c9c35b0a8d5aff6038f320138..6433cadb6ed411ee0ca809d06b2d82e53731e1a7 100644 (file)
@@ -66,4 +66,7 @@
 #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
+
 #endif /* _ASM_SOCKET_H */
This page took 0.024968 seconds and 5 git commands to generate.