commit | 5be9ed8d49754c22fffd8ddd9cb751d591f31a08 | [log] [tgz] |
---|---|---|
author | Hariprasad Shenai <hariprasad@chelsio.com> | Tue Jul 07 21:49:18 2015 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 08 16:13:54 2015 -0700 |
tree | 9762e2a1df79777637551c92a7f813e8b74cd339 | |
parent | b11b6ed0f97f900f5c4bba9b3abcd2d2dab73ca7 [diff] |
cxgb4: Don't use entire L2T table, use only its slice The driver was retrieving the parameters for the bounds of its slice of the L2T from the firmware and then throwing those away and using the entire table. This corrects that problem. Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>