commit | 723b2f57ad83ee7087acf9a95e8e289414b1f521 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@redhat.com> | Wed Mar 03 22:51:50 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 05 14:00:17 2010 -0800 |
tree | e8120bff2899245d2c84905b1368a128bf881268 | |
parent | 4b79a1aedcb9dd6e3f27b970dcb553aefcd97254 [diff] |
ethtool: Add direct access to ops->get_sset_count This patch is an alternative approach for accessing string counts, vs. the drvinfo indirect approach. This way the drvinfo space doesn't run out, and we don't break ABI later. Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>