diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-01-05 13:39:48 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-01-09 09:33:23 -0500 |
commit | 4269a930548966014dd4186a15c8e023ca4abc29 (patch) | |
tree | 49ce4643d66b90b12b44f9c667f59ede1b128257 /drivers/net/wireless/ath/ath6kl/main.c | |
parent | 9d82682d45ef7407474e0ae043a587cb33a7fa26 (diff) |
ath6kl: make net_device_ops const
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/main.c | 2 |
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 | ||
1161 | static struct net_device_ops ath6kl_netdev_ops = { | 1161 | static 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, |