summaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2014-01-20 23:55:44 +0100
committerJohannes Berg <johannes.berg@intel.com>2014-02-04 21:48:21 +0100
commit8a47cea7d4a25babf14d02be8aabb98949dd2bed (patch)
treead6bf9c6a4d0380925cc0b8ba466e31a588b7e88 /net/mac80211/cfg.h
parent631ad703ba3a585e96acbfd2ac8c0f0fee1ad99b (diff)
mac80211: make cfg80211 ops and privid const
The wiphy privid (to identify wiphys) and the cfg80211 ops should both be const, so change them to be. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
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 */