commit | 64f26abb17ca2e55ab584352ca4d68cf42c8c102 | [log] [tgz] |
---|---|---|
author | Zhu Yanjun <yanjun.zhu@oracle.com> | Thu Jan 04 23:06:39 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 08 14:15:15 2018 -0500 |
tree | e2bc4439bc5f80a4a3be9e719570f49a7de3d68a | |
parent | c8c9aeb519496f403563c715616dfc2a921a7eae [diff] |
forcedeth: remove duplicate structure member in rx Since both first_rx and rx_ring are the head of rx ring, it not necessary to use two structure members to statically indicate the head of rx ring. So first_rx is removed. CC: Srinivas Eeda <srinivas.eeda@oracle.com> CC: Joe Jin <joe.jin@oracle.com> CC: Junxiao Bi <junxiao.bi@oracle.com> Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>