]> git.baikalelectronics.ru Git - kernel.git/commit
bna: Delete get_flags and set_flags ethtool methods.
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Aug 2010 03:34:51 +0000 (20:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Aug 2010 03:34:51 +0000 (20:34 -0700)
commitaa8ac8d4bbc940f839836e44fe7e993c07ba75de
treef674c3b8de9afc809700c8a91799230a5d9b0cd2
parent2125543a49c907d5220531808bfa5f1caa4a2324
bna: Delete get_flags and set_flags ethtool methods.

This driver doesn't support LRO, NTUPLE, or the RXHASH
features.  So it should not set these ethtool operations.

This also fixes the warning:

drivers/net/bna/bnad_ethtool.c:1272: warning: initialization from incompatible pointer type

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bna/bnad_ethtool.c