net: Add framework to allow sending packets with customized CRC.
[linux-2.6-block.git] / arch / powerpc / include / asm / socket.h
index fe1c0b478fd7b7121156e89f1ea218f7018a43a8..3d5179bb122f120e24477c3be6f1459182b8bec5 100644 (file)
@@ -73,4 +73,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_POWERPC_SOCKET_H */