Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe181143 authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by Johannes Berg
Browse files

cfg80211: fix nl80211.h documentation for DFS enum states



The names are prefixed incorrectly on the documentation.

Signed-off-by: default avatarLuis R. Rodriguez <mcgrof@do-not-panic.com>
[also remove spurious blank line]
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 7578d575
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -3860,13 +3860,12 @@ enum nl80211_radar_event {
 *
 *
 * Channel states used by the DFS code.
 * Channel states used by the DFS code.
 *
 *
 * @IEEE80211_DFS_USABLE: The channel can be used, but channel availability
 * @NL80211_DFS_USABLE: The channel can be used, but channel availability
 *	check (CAC) must be performed before using it for AP or IBSS.
 *	check (CAC) must be performed before using it for AP or IBSS.
 * @IEEE80211_DFS_UNAVAILABLE: A radar has been detected on this channel, it
 * @NL80211_DFS_UNAVAILABLE: A radar has been detected on this channel, it
 *	is therefore marked as not available.
 *	is therefore marked as not available.
 * @IEEE80211_DFS_AVAILABLE: The channel has been CAC checked and is available.
 * @NL80211_DFS_AVAILABLE: The channel has been CAC checked and is available.
 */
 */

enum nl80211_dfs_state {
enum nl80211_dfs_state {
	NL80211_DFS_USABLE,
	NL80211_DFS_USABLE,
	NL80211_DFS_UNAVAILABLE,
	NL80211_DFS_UNAVAILABLE,