Am Sun, May 11, 2014 at 01:13:47PM +0530 schrieb Anish Khurana:
SET_ETHTOOL_OPS is equivalent to : #define SET_ETHTOOL_OPS(netdev,ops) \ ( (netdev)->ethtool_ops = (ops) )
how it makes difference removing this code and replacing with the code mentioned ?
It doesn't change anything in the resulting binaries. The whole point is to remove the macro, which is something Dave wants to happen.
Kind regards, Wilfried