aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 7391ad10c8c0..09a823520e58 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1073,7 +1073,7 @@ static inline const char *wiphy_name(struct wiphy *wiphy)
1073 * The returned pointer must be assigned to each netdev's 1073 * The returned pointer must be assigned to each netdev's
1074 * ieee80211_ptr for proper operation. 1074 * ieee80211_ptr for proper operation.
1075 */ 1075 */
1076struct wiphy *wiphy_new(struct cfg80211_ops *ops, int sizeof_priv); 1076struct wiphy *wiphy_new(const struct cfg80211_ops *ops, int sizeof_priv);
1077 1077
1078/** 1078/**
1079 * wiphy_register - register a wiphy with cfg80211 1079 * wiphy_register - register a wiphy with cfg80211