diff options
| author | Michael Brown | 2010-09-11 15:09:54 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-09-12 23:28:53 +0200 |
| commit | e6519af60d7279571f99e522db63d8365b49757d (patch) | |
| tree | d421dfa45d14ea021c628de6ffbcac217dc20c40 /src | |
| parent | [infiniband] Include SRP by default, but only for Infiniband builds (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/net/infiniband/ib_mi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/infiniband/ib_mi.c b/src/net/infiniband/ib_mi.c index 8c15655fd..d4cf58a66 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; |
