mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 20:06:12 +07:00
rtlwifi: btcoex: Add customer_id to do special deal to oem vendor
Add customer_id field in structure, and then this is a clue to implement the behavior defined by vendor LENOVO_CHINA. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
5ffd1155d5
commit
a1ee1a09cb
@ -154,6 +154,7 @@ struct btc_board_info {
|
||||
|
||||
u8 rfe_type;
|
||||
u8 ant_div_cfg;
|
||||
u8 customer_id;
|
||||
};
|
||||
|
||||
enum btc_dbg_opcode {
|
||||
|
@ -556,6 +556,7 @@ enum rt_oem_id {
|
||||
RT_CID_NETGEAR = 36,
|
||||
RT_CID_PLANEX = 37,
|
||||
RT_CID_CC_C = 38,
|
||||
RT_CID_LENOVO_CHINA = 40,
|
||||
};
|
||||
|
||||
enum hw_descs {
|
||||
|
Loading…
Reference in New Issue
Block a user