mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
wifi: rtw89: debug: print regd for QATAR/UK/THAILAND
The regd enum was extended for these countries. But, the dbgfs doesn't recognize them yet. So, add them. Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20241219014545.9157-1-pkshih@realtek.com
This commit is contained in:
parent
f8bcfb2076
commit
2927cb7b3b
|
|
@ -812,6 +812,9 @@ static void __print_regd(struct seq_file *m, struct rtw89_dev *rtwdev,
|
|||
case_REGD(MEXICO);
|
||||
case_REGD(UKRAINE);
|
||||
case_REGD(CN);
|
||||
case_REGD(QATAR);
|
||||
case_REGD(UK);
|
||||
case_REGD(THAILAND);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user