提交 d7a4b05a 编写于 作者: L Luis R. Rodriguez 提交者: Johannes Berg

cfg80211: distinguish unset DFS region from unknown

Signed-off-by: NLuis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 adbfb058
...@@ -2152,6 +2152,9 @@ static void print_dfs_region(enum nl80211_dfs_regions dfs_region) ...@@ -2152,6 +2152,9 @@ static void print_dfs_region(enum nl80211_dfs_regions dfs_region)
return; return;
switch (dfs_region) { switch (dfs_region) {
case NL80211_DFS_UNSET:
pr_info(" DFS Master region unset");
break;
case NL80211_DFS_FCC: case NL80211_DFS_FCC:
pr_info(" DFS Master region FCC"); pr_info(" DFS Master region FCC");
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册