mirror of
https://github.com/brektrou/rtl8821CU.git
synced 2026-03-22 07:28:26 +08:00
docs: fix simple typo, modifed -> modified
There is a small typo in hal/rtl8821c/rtl8821c_dm.c. Should read `modified` rather than `modifed`.
This commit is contained in:
@@ -229,7 +229,7 @@ void rtl8821c_phy_haldm_watchdog(PADAPTER Adapter)
|
|||||||
|
|
||||||
#ifdef CONFIG_P2P_PS
|
#ifdef CONFIG_P2P_PS
|
||||||
/* Fw is under p2p powersaving mode, driver should stop dynamic mechanism.
|
/* Fw is under p2p powersaving mode, driver should stop dynamic mechanism.
|
||||||
modifed by thomas. 2011.06.11.*/
|
modified by thomas. 2011.06.11.*/
|
||||||
if (Adapter->wdinfo.p2p_ps_mode)
|
if (Adapter->wdinfo.p2p_ps_mode)
|
||||||
bFwPSAwake = _FALSE;
|
bFwPSAwake = _FALSE;
|
||||||
#endif /*CONFIG_P2P_PS*/
|
#endif /*CONFIG_P2P_PS*/
|
||||||
|
|||||||
Reference in New Issue
Block a user