Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4269a930 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Kalle Valo
Browse files

ath6kl: make net_device_ops const

parent 9d82682d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1158,7 +1158,7 @@ static void ath6kl_set_multicast_list(struct net_device *ndev)
	list_splice_tail(&mc_filter_new, &vif->mc_filter);
}

static struct net_device_ops ath6kl_netdev_ops = {
static const struct net_device_ops ath6kl_netdev_ops = {
	.ndo_open               = ath6kl_open,
	.ndo_stop               = ath6kl_close,
	.ndo_start_xmit         = ath6kl_data_tx,