aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath6kl/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/main.c b/drivers/net/wireless/ath/ath6kl/main.c
index 325d316f40ec..8742eaa78186 100644
--- a/drivers/net/wireless/ath/ath6kl/main.c
+++ b/drivers/net/wireless/ath/ath6kl/main.c
@@ -1158,7 +1158,7 @@ out:
1158 list_splice_tail(&mc_filter_new, &vif->mc_filter); 1158 list_splice_tail(&mc_filter_new, &vif->mc_filter);
1159} 1159}
1160 1160
1161static struct net_device_ops ath6kl_netdev_ops = { 1161static const struct net_device_ops ath6kl_netdev_ops = {
1162 .ndo_open = ath6kl_open, 1162 .ndo_open = ath6kl_open,
1163 .ndo_stop = ath6kl_close, 1163 .ndo_stop = ath6kl_close,
1164 .ndo_start_xmit = ath6kl_data_tx, 1164 .ndo_start_xmit = ath6kl_data_tx,