diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 3d1c09b777e8..6dc665a727c2 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1419,7 +1419,9 @@ struct ieee80211_txrx_stypes { | |||
1419 | 1419 | ||
1420 | /** | 1420 | /** |
1421 | * struct wiphy - wireless hardware description | 1421 | * struct wiphy - wireless hardware description |
1422 | * @reg_notifier: the driver's regulatory notification callback | 1422 | * @reg_notifier: the driver's regulatory notification callback, |
1423 | * note that if your driver uses wiphy_apply_custom_regulatory() | ||
1424 | * the reg_notifier's request can be passed as NULL | ||
1423 | * @regd: the driver's regulatory domain, if one was requested via | 1425 | * @regd: the driver's regulatory domain, if one was requested via |
1424 | * the regulatory_hint() API. This can be used by the driver | 1426 | * the regulatory_hint() API. This can be used by the driver |
1425 | * on the reg_notifier() if it chooses to ignore future | 1427 | * on the reg_notifier() if it chooses to ignore future |