|
@@ -1125,7 +1125,8 @@ static void _rtl8723be_enable_aspm_back_door(struct ieee80211_hw *hw)
|
|
|
|
|
|
/* Configuration Space offset 0x70f BIT7 is used to control L0S */
|
|
|
tmp8 = _rtl8723be_dbi_read(rtlpriv, 0x70f);
|
|
|
- _rtl8723be_dbi_write(rtlpriv, 0x70f, tmp8 | BIT(7));
|
|
|
+ _rtl8723be_dbi_write(rtlpriv, 0x70f, tmp8 | BIT(7) |
|
|
|
+ ASPM_L1_LATENCY << 3);
|
|
|
|
|
|
/* Configuration Space offset 0x719 Bit3 is for L1
|
|
|
* BIT4 is for clock request
|