diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-04-03 03:03:45 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-04-09 04:56:02 -0400 |
commit | ce26151bc35d9d893ec1b441a261ea145511c89f (patch) | |
tree | 017c9d76c594de45e25b95939036b88143fafa99 | |
parent | a2e7495d639baeb4692ae80539963cf35dbcb467 (diff) |
cfg80211: update comment about WIPHY_FLAG_CUSTOM_REGULATORY
Commit a2f73b6c5db3c ("cfg80211: move regulatory flags to their own variable")
renamed WIPHY_FLAG_CUSTOM_REGULATORY to REGULATORY_CUSTOM_REG, but missed to
update one comment.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index fb8afcee62b4..9496fe5ea6b4 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -3609,7 +3609,7 @@ int regulatory_hint(struct wiphy *wiphy, const char *alpha2); | |||
3609 | * default channel settings will be disregarded. If no rule is found for a | 3609 | * default channel settings will be disregarded. If no rule is found for a |
3610 | * channel on the regulatory domain the channel will be disabled. | 3610 | * channel on the regulatory domain the channel will be disabled. |
3611 | * Drivers using this for a wiphy should also set the wiphy flag | 3611 | * Drivers using this for a wiphy should also set the wiphy flag |
3612 | * WIPHY_FLAG_CUSTOM_REGULATORY or cfg80211 will set it for the wiphy | 3612 | * REGULATORY_CUSTOM_REG or cfg80211 will set it for the wiphy |
3613 | * that called this helper. | 3613 | * that called this helper. |
3614 | */ | 3614 | */ |
3615 | void wiphy_apply_custom_regulatory(struct wiphy *wiphy, | 3615 | void wiphy_apply_custom_regulatory(struct wiphy *wiphy, |