diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-10-07 19:27:55 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-10-08 04:54:22 -0400 |
commit | fe1811438a2a229e93beaefa69481d72652795e5 (patch) | |
tree | 1a9539294c22aa08e016ed1a83e7bab4c97c0d26 | |
parent | 7578d57520f51093f590d68e16965e2714e69747 (diff) |
cfg80211: fix nl80211.h documentation for DFS enum states
The names are prefixed incorrectly on the documentation.
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
[also remove spurious blank line]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r-- | include/uapi/linux/nl80211.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index fde2c021b26d..a58ea652cc24 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h | |||
@@ -3860,13 +3860,12 @@ enum nl80211_radar_event { | |||
3860 | * | 3860 | * |
3861 | * Channel states used by the DFS code. | 3861 | * Channel states used by the DFS code. |
3862 | * | 3862 | * |
3863 | * @IEEE80211_DFS_USABLE: The channel can be used, but channel availability | 3863 | * @NL80211_DFS_USABLE: The channel can be used, but channel availability |
3864 | * check (CAC) must be performed before using it for AP or IBSS. | 3864 | * check (CAC) must be performed before using it for AP or IBSS. |
3865 | * @IEEE80211_DFS_UNAVAILABLE: A radar has been detected on this channel, it | 3865 | * @NL80211_DFS_UNAVAILABLE: A radar has been detected on this channel, it |
3866 | * is therefore marked as not available. | 3866 | * is therefore marked as not available. |
3867 | * @IEEE80211_DFS_AVAILABLE: The channel has been CAC checked and is available. | 3867 | * @NL80211_DFS_AVAILABLE: The channel has been CAC checked and is available. |
3868 | */ | 3868 | */ |
3869 | |||
3870 | enum nl80211_dfs_state { | 3869 | enum nl80211_dfs_state { |
3871 | NL80211_DFS_USABLE, | 3870 | NL80211_DFS_USABLE, |
3872 | NL80211_DFS_UNAVAILABLE, | 3871 | NL80211_DFS_UNAVAILABLE, |