summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband
diff options
context:
space:
mode:
authorMichael Brown2010-09-11 15:09:54 +0200
committerMichael Brown2010-09-12 23:28:53 +0200
commite6519af60d7279571f99e522db63d8365b49757d (patch)
treed421dfa45d14ea021c628de6ffbcac217dc20c40 /src/net/infiniband
parent[infiniband] Include SRP by default, but only for Infiniband builds (diff)
downloadipxe-e6519af60d7279571f99e522db63d8365b49757d.tar.gz
ipxe-e6519af60d7279571f99e522db63d8365b49757d.tar.xz
ipxe-e6519af60d7279571f99e522db63d8365b49757d.zip
[infiniband] Fix TID magic signature
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/infiniband')
-rw-r--r--src/net/infiniband/ib_mi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/infiniband/ib_mi.c b/src/net/infiniband/ib_mi.c
index 8c15655f..d4cf58a6 100644
--- a/src/net/infiniband/ib_mi.c
+++ b/src/net/infiniband/ib_mi.c
@@ -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;