aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/infiniband
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2010-12-24 01:10:26 +0000
committerMichael Brown <mcb30@ipxe.org>2010-12-24 01:10:26 +0000
commitdc462e8b3b424fd0bf90c428da79f6fffe1a0d68 (patch)
tree38ab7d7ace5433cebba48ab4f1bc62f356f19954 /src/drivers/infiniband
parentc080de1a603e65cdae81a7e15f7bb433468d493c (diff)
downloadipxe-dc462e8b3b424fd0bf90c428da79f6fffe1a0d68.tar.gz
[hermon] Fix incorrectly-padded sense_port structure
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/infiniband')
-rw-r--r--src/drivers/infiniband/hermon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/infiniband/hermon.h b/src/drivers/infiniband/hermon.h
index 7f00efcd..28ab34af 100644
--- a/src/drivers/infiniband/hermon.h
+++ b/src/drivers/infiniband/hermon.h
@@ -211,7 +211,7 @@ struct hermonprm_sense_port_st {
pseudo_bit_t reserved0[0x00020];
/* -------------- */
pseudo_bit_t port_type[0x00002];
- pseudo_bit_t reserved1[0x00018];
+ pseudo_bit_t reserved1[0x0001e];
} __attribute__ (( packed ));
struct hermonprm_set_port_ib_st {