Commit d7a4b05a authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by Johannes Berg

cfg80211: distinguish unset DFS region from unknown

Signed-off-by: default avatarLuis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent adbfb058
......@@ -2152,6 +2152,9 @@ static void print_dfs_region(enum nl80211_dfs_regions dfs_region)
return;
switch (dfs_region) {
case NL80211_DFS_UNSET:
pr_info(" DFS Master region unset");
break;
case NL80211_DFS_FCC:
pr_info(" DFS Master region FCC");
break;
......
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