ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()
authorBen Hutchings <ben@decadent.org.uk>
Thu, 15 May 2014 00:25:27 +0000 (01:25 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 3 Jun 2014 01:42:44 +0000 (02:42 +0100)
ETHTOOL_{G,S}RXFHINDIR and ETHTOOL_{G,S}RSSH should work for drivers
regardless of whether they expose the hash key, unless you try to
set a hash key for a driver that doesn't expose it.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

No differences found