commit | fd0daf9d58f6b3342d07c5f6bbfb304dbe5db4ec | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Thu May 26 00:42:57 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 26 14:13:59 2011 -0400 |
tree | 6456e68bd8f9e85076f4c908933abd470dd1f014 | |
parent | 94265cf5f731c7df29fdfde262ca3e6d51e6828c [diff] |
net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flags Current code squashes flags to bool - this makes set_flags fail whenever some ETH_FLAG_* equivalent features are set. Fix this. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>