Commit 536acc08 authored by Zefir Kurtisi's avatar Zefir Kurtisi Committed by John W. Linville

nl80211: fix typos in comments

Signed-off-by: default avatarZefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 8f4b2038
...@@ -1994,9 +1994,9 @@ enum nl80211_reg_rule_flags { ...@@ -1994,9 +1994,9 @@ enum nl80211_reg_rule_flags {
* enum nl80211_dfs_regions - regulatory DFS regions * enum nl80211_dfs_regions - regulatory DFS regions
* *
* @NL80211_DFS_UNSET: Country has no DFS master region specified * @NL80211_DFS_UNSET: Country has no DFS master region specified
* @NL80211_DFS_FCC_: Country follows DFS master rules from FCC * @NL80211_DFS_FCC: Country follows DFS master rules from FCC
* @NL80211_DFS_FCC_: Country follows DFS master rules from ETSI * @NL80211_DFS_ETSI: Country follows DFS master rules from ETSI
* @NL80211_DFS_JP_: Country follows DFS master rules from JP/MKK/Telec * @NL80211_DFS_JP: Country follows DFS master rules from JP/MKK/Telec
*/ */
enum nl80211_dfs_regions { enum nl80211_dfs_regions {
NL80211_DFS_UNSET = 0, NL80211_DFS_UNSET = 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment