aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireless/core.h')
-rw-r--r--net/wireless/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/core.h b/net/wireless/core.h
index 88f234c8f6b..9511c2be83d 100644
--- a/net/wireless/core.h
+++ b/net/wireless/core.h
@@ -16,7 +16,7 @@
16#include "reg.h" 16#include "reg.h"
17 17
18struct cfg80211_registered_device { 18struct cfg80211_registered_device {
19 struct cfg80211_ops *ops; 19 const struct cfg80211_ops *ops;
20 struct list_head list; 20 struct list_head list;
21 /* we hold this mutex during any call so that 21 /* we hold this mutex during any call so that
22 * we cannot do multiple calls at once, and also 22 * we cannot do multiple calls at once, and also