The AF_CAIF constant is more like to be 37 than 28
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 28 Jan 2010 10:28:11 +0000 (11:28 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 28 Jan 2010 10:28:38 +0000 (11:28 +0100)
drivers/stemodem/caif_socket.h

index 7122b41..424c301 100644 (file)
@@ -20,7 +20,7 @@
 extern "C" {
 #endif
 #ifndef AF_CAIF
-#define AF_CAIF    28          /* CAIF Socket Address Family */
+#define AF_CAIF    37          /* CAIF Socket Address Family */
 #endif
 #ifndef PF_CAIF
 #define PF_CAIF    AF_CAIF      /* CAIF Socket Protocol Family */