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 e76daaa7dc25..0778d04b3bbe 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1229,7 +1229,7 @@ struct cfg80211_ops {
1229 int (*get_tx_power)(struct wiphy *wiphy, int *dbm); 1229 int (*get_tx_power)(struct wiphy *wiphy, int *dbm);
1230 1230
1231 int (*set_wds_peer)(struct wiphy *wiphy, struct net_device *dev, 1231 int (*set_wds_peer)(struct wiphy *wiphy, struct net_device *dev,
1232 u8 *addr); 1232 const u8 *addr);
1233 1233
1234 void (*rfkill_poll)(struct wiphy *wiphy); 1234 void (*rfkill_poll)(struct wiphy *wiphy);
1235 1235