]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw89: debug: print regd for QATAR/UK/THAILAND
authorZong-Zhe Yang <kevin_yang@realtek.com>
Thu, 19 Dec 2024 01:45:45 +0000 (09:45 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 30 Dec 2024 01:25:29 +0000 (09:25 +0800)
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
drivers/net/wireless/realtek/rtw89/debug.c

index fd86752d86f340a36a9e6b09694b481e3037365d..09fa977a6e6d202b169b4ac5d799652d312c12ec 100644 (file)
@@ -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);
        }
 }