mirror of https://gitee.com/openkylin/linux.git
rtw88: 8822c: update pwr_seq to v13
update sequence to v13 to reduce power consumption when MAC power off Signed-off-by: Chin-Yen Lee <timlee@realtek.com> Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
8908a9c17a
commit
dfcd0f5886
|
@ -2275,6 +2275,16 @@ static struct rtw_pwr_seq_cmd trans_cardemu_to_carddis_8822c[] = {
|
|||
RTW_PWR_INTF_ALL_MSK,
|
||||
RTW_PWR_ADDR_MAC,
|
||||
RTW_PWR_CMD_WRITE, BIT(1), 0},
|
||||
{0x0092,
|
||||
RTW_PWR_CUT_ALL_MSK,
|
||||
RTW_PWR_INTF_PCI_MSK,
|
||||
RTW_PWR_ADDR_MAC,
|
||||
RTW_PWR_CMD_WRITE, 0xFF, 0x20},
|
||||
{0x0093,
|
||||
RTW_PWR_CUT_ALL_MSK,
|
||||
RTW_PWR_INTF_PCI_MSK,
|
||||
RTW_PWR_ADDR_MAC,
|
||||
RTW_PWR_CMD_WRITE, 0xFF, 0x04},
|
||||
{0x0005,
|
||||
RTW_PWR_CUT_ALL_MSK,
|
||||
RTW_PWR_INTF_USB_MSK | RTW_PWR_INTF_SDIO_MSK,
|
||||
|
|
Loading…
Reference in New Issue