net: Add framework to allow sending packets with customized CRC.
[linux-2.6-block.git] / arch / avr32 / include / asm / socket.h
index 30078f98b3ab8f4e228bf200a99374f3fd1c92a1..a473f8c6a9aa2be66f04f375ef7b7820b7c0683a 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_AVR32_SOCKET_H */