commit | e694e964fc1241b4981873bdccce70438d5f0394 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Oct 27 15:53:06 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 28 01:20:32 2009 -0700 |
tree | 5073282de0459052a9647ba247763c143d23ffc3 | |
parent | 85ad76b2f9c4956ec90c86298b22bb35c326e772 [diff] |
igb: place a pointer to the netdev struct in the ring itself This change adds a pointer to the netdev to the ring itself. The idea being at some point in the future it will be possible to support multiple netdevs from a single adapter struct. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>