diff options
author | Zefir Kurtisi <zefir.kurtisi@neratec.com> | 2012-05-07 05:21:59 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-05-15 17:27:59 -0400 |
commit | 536acc085c641ff8ba46c2c0e97b5e137cbc22d6 (patch) | |
tree | 0207c4c0d22ee84d99243013e2cacb9dc631ed41 /include/linux/nl80211.h | |
parent | 8f4b20388fa77226a3605627a33a23f90d559e50 (diff) |
nl80211: fix typos in comments
Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r-- | include/linux/nl80211.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index 2540e86d99ab..f296a64d103b 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -1994,9 +1994,9 @@ enum nl80211_reg_rule_flags { | |||
1994 | * enum nl80211_dfs_regions - regulatory DFS regions | 1994 | * enum nl80211_dfs_regions - regulatory DFS regions |
1995 | * | 1995 | * |
1996 | * @NL80211_DFS_UNSET: Country has no DFS master region specified | 1996 | * @NL80211_DFS_UNSET: Country has no DFS master region specified |
1997 | * @NL80211_DFS_FCC_: Country follows DFS master rules from FCC | 1997 | * @NL80211_DFS_FCC: Country follows DFS master rules from FCC |
1998 | * @NL80211_DFS_FCC_: Country follows DFS master rules from ETSI | 1998 | * @NL80211_DFS_ETSI: Country follows DFS master rules from ETSI |
1999 | * @NL80211_DFS_JP_: Country follows DFS master rules from JP/MKK/Telec | 1999 | * @NL80211_DFS_JP: Country follows DFS master rules from JP/MKK/Telec |
2000 | */ | 2000 | */ |
2001 | enum nl80211_dfs_regions { | 2001 | enum nl80211_dfs_regions { |
2002 | NL80211_DFS_UNSET = 0, | 2002 | NL80211_DFS_UNSET = 0, |