wifi: rtw89: align CUSTID defined by firmware

Firmware does customized features by CUSTID, so align the ID definition
to have expected features enabled.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260110022019.2254969-6-pkshih@realtek.com
This commit is contained in:
Ping-Ke Shih 2026-01-10 10:20:16 +08:00
parent 7fd36ffede
commit 91fb400701

View File

@ -5193,13 +5193,15 @@ enum rtw89_quirks {
};
enum rtw89_custid {
RTW89_CUSTID_NONE,
RTW89_CUSTID_ACER,
RTW89_CUSTID_AMD,
RTW89_CUSTID_ASUS,
RTW89_CUSTID_DELL,
RTW89_CUSTID_HP,
RTW89_CUSTID_LENOVO,
RTW89_CUSTID_NONE = 0,
RTW89_CUSTID_HP = 1,
RTW89_CUSTID_ASUS = 2,
RTW89_CUSTID_ACER = 3,
RTW89_CUSTID_LENOVO = 4,
RTW89_CUSTID_NEC = 5,
RTW89_CUSTID_AMD = 6,
RTW89_CUSTID_FUJITSU = 7,
RTW89_CUSTID_DELL = 8,
};
enum rtw89_pkt_drop_sel {