#Patch to account for the removal of the SET_ETHTOOL_OPS macro in kernels >= 3.16.0
#@author: Matthew Gillespie
--- Linux/tn40.c	2014-05-21 09:07:08.000000000 -0400
+++ Linux/tn40.c.new	2015-07-28 15:49:05.000000000 -0400
@@ -4018,7 +4018,7 @@
 #endif
     };
 
-    SET_ETHTOOL_OPS(netdev, &bdx_ethtool_ops);
+    netdev->ethtool_ops = &bdx_ethtool_ops;
 }
 
 /**
