aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2014-02-20 15:02:02 -0500
committerJohn W. Linville <linville@tuxdriver.com>2014-02-20 15:02:02 -0500
commit88daf80dcca19ff995cc263592426f734a9702f3 (patch)
tree7a52e25df74e52d00c3821032e719244e8a5526f /net/mac80211/cfg.h
parentbonding: fix bond_arp_rcv() race of curr_active_slave (diff)
parentStaging: rtl8812ae: remove modules field of rate_control_ops (diff)
downloadlinux-dev-88daf80dcca19ff995cc263592426f734a9702f3.tar.xz
linux-dev-88daf80dcca19ff995cc263592426f734a9702f3.zip
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
Diffstat (limited to 'net/mac80211/cfg.h')
-rw-r--r--net/mac80211/cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/cfg.h b/net/mac80211/cfg.h
index 7d7879f5b00b..2d51f62dc76c 100644
--- a/net/mac80211/cfg.h
+++ b/net/mac80211/cfg.h
@@ -4,6 +4,6 @@
#ifndef __CFG_H
#define __CFG_H
-extern struct cfg80211_ops mac80211_config_ops;
+extern const struct cfg80211_ops mac80211_config_ops;
#endif /* __CFG_H */