diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/infiniband/include/ib_sa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/include/ib_sa.h b/drivers/infiniband/include/ib_sa.h index f4f747707b30..00222285eb9a 100644 --- a/drivers/infiniband/include/ib_sa.h +++ b/drivers/infiniband/include/ib_sa.h | |||
| @@ -147,7 +147,7 @@ struct ib_sa_path_rec { | |||
| 147 | /* reserved */ | 147 | /* reserved */ |
| 148 | u8 sl; | 148 | u8 sl; |
| 149 | u8 mtu_selector; | 149 | u8 mtu_selector; |
| 150 | enum ib_mtu mtu; | 150 | u8 mtu; |
| 151 | u8 rate_selector; | 151 | u8 rate_selector; |
| 152 | u8 rate; | 152 | u8 rate; |
| 153 | u8 packet_life_time_selector; | 153 | u8 packet_life_time_selector; |
| @@ -180,7 +180,7 @@ struct ib_sa_mcmember_rec { | |||
| 180 | u32 qkey; | 180 | u32 qkey; |
| 181 | u16 mlid; | 181 | u16 mlid; |
| 182 | u8 mtu_selector; | 182 | u8 mtu_selector; |
| 183 | enum ib_mtu mtu; | 183 | u8 mtu; |
| 184 | u8 traffic_class; | 184 | u8 traffic_class; |
| 185 | u16 pkey; | 185 | u16 pkey; |
| 186 | u8 rate_selector; | 186 | u8 rate_selector; |
