mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
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:
parent
7fd36ffede
commit
91fb400701
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user