]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[infiniband] Fix TID magic signature
authorMichael Brown <mcb30@ipxe.org>
Sat, 11 Sep 2010 13:09:54 +0000 (14:09 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 12 Sep 2010 21:28:53 +0000 (22:28 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/infiniband/ib_mi.c

index 8c15655fd2859eab629db5878ffcff302eb26741..d4cf58a66ed38f1999340eaa135e3e1d06a858f2 100644 (file)
@@ -55,7 +55,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define IB_MI_NUM_CQES 8
 
 /** TID magic signature */
-#define IB_MI_TID_MAGIC ( ( 'g' << 24 ) | ( 'P' << 16 ) | ( 'X' << 8 ) | 'E' )
+#define IB_MI_TID_MAGIC ( ( 'i' << 24 ) | ( 'P' << 16 ) | ( 'X' << 8 ) | 'E' )
 
 /** TID to use for next MAD */
 static unsigned int next_tid;