drivers/net: const-ify ethtool_ops declarations
[deliverable/linux.git] / drivers / net / wireless / hostap / hostap_ioctl.c
index 8399de581893f32412f12684af602959421db50c..7a4978516eac1e6ae3824beef4083ebe26007ae7 100644 (file)
@@ -3908,7 +3908,7 @@ static void prism2_get_drvinfo(struct net_device *dev,
                 local->sta_fw_ver & 0xff);
 }
 
-struct ethtool_ops prism2_ethtool_ops = {
+const struct ethtool_ops prism2_ethtool_ops = {
        .get_drvinfo = prism2_get_drvinfo
 };
 
This page took 0.027166 seconds and 5 git commands to generate.