diff options
author | Roland Dreier <rolandd@cisco.com> | 2007-02-21 23:28:05 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-02-21 23:28:05 -0500 |
commit | 658bcef619f50d9eb6028452ff9e1ad4a96c2af9 (patch) | |
tree | 9a282962b85bddeab3c51fae0bc1a061d0ef78c8 /drivers/infiniband/ulp/ipoib/ipoib.h | |
parent | 1812063ba3365aeb5eb9117861a7fb05432f7ed0 (diff) |
IPoIB: Remove unused local_rate tracking
Now that low-level drivers handle the conversion from an absolute rate
to a relative rate, there's no need for the IPoIB driver to keep track
of the local port's data rate.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/ipoib.h')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h index 2594db2030b3..fd558267d1cb 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib.h +++ b/drivers/infiniband/ulp/ipoib/ipoib.h | |||
@@ -219,7 +219,6 @@ struct ipoib_dev_priv { | |||
219 | 219 | ||
220 | union ib_gid local_gid; | 220 | union ib_gid local_gid; |
221 | u16 local_lid; | 221 | u16 local_lid; |
222 | u8 local_rate; | ||
223 | 222 | ||
224 | unsigned int admin_mtu; | 223 | unsigned int admin_mtu; |
225 | unsigned int mcast_mtu; | 224 | unsigned int mcast_mtu; |