Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[hermon] Fix incorrectly-padded sense_port structure
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Dec 24, 2010
1 parent c080de1 commit dc462e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/infiniband/hermon.h
Expand Up @@ -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 {
Expand Down

0 comments on commit dc462e8

Please sign in to comment.