projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d82682
)
ath6kl: make net_device_ops const
author
Stephen Hemminger
<shemminger@vyatta.com>
Thu, 5 Jan 2012 18:39:48 +0000
(10:39 -0800)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Mon, 9 Jan 2012 14:33:23 +0000
(16:33 +0200)
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/main.c
b/drivers/net/wireless/ath/ath6kl/main.c
index 325d316f40ece50054771ba6e5241f33ec1f4fcd..8742eaa781866fe60fbaf15e8ade3fe6c3a61c69 100644
(file)
--- a/
drivers/net/wireless/ath/ath6kl/main.c
+++ b/
drivers/net/wireless/ath/ath6kl/main.c
@@
-1158,7
+1158,7
@@
out:
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,