net: Add framework to allow sending packets with customized CRC.
[linux-2.6-block.git] / arch / arm / include / asm / socket.h
index dec6f9afb3cf949de01bb4928dc9ba1429bc9b59..6433cadb6ed411ee0ca809d06b2d82e53731e1a7 100644 (file)
@@ -64,5 +64,9 @@
 
 #define SO_WIFI_STATUS         41
 #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 */