aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/wireless.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/wireless.h')
-rw-r--r--include/net/wireless.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/wireless.h b/include/net/wireless.h
index c3f6e462ec2d..9c19764a4849 100644
--- a/include/net/wireless.h
+++ b/include/net/wireless.h
@@ -213,7 +213,8 @@ struct wiphy {
213 struct ieee80211_supported_band *bands[IEEE80211_NUM_BANDS]; 213 struct ieee80211_supported_band *bands[IEEE80211_NUM_BANDS];
214 214
215 /* Lets us get back the wiphy on the callback */ 215 /* Lets us get back the wiphy on the callback */
216 int (*reg_notifier)(struct wiphy *wiphy, enum reg_set_by setby); 216 int (*reg_notifier)(struct wiphy *wiphy,
217 struct regulatory_request *request);
217 218
218 /* fields below are read-only, assigned by cfg80211 */ 219 /* fields below are read-only, assigned by cfg80211 */
219 220