HowTo_enable_the_power_saving_functionality(2).pdf

(10 KB) Pobierz
How to Enable Power Saving
Functionality in Wi-Fi driver
If you would like to enable/disable Power Saving Function in Wi-Fi driver, you
can follow as below setting before compiling Wi-Fi driver.
Enable Power Saving Function:
Set CONFIG_POWER_SAVING to y in Makefile
e.g.
CONFIG_POWER_SAVING = y
Disable Function:
Set CONFIG_POWER_SAVING = y in Makefile
e.g.
CONFIG_POWER_SAVING = n
Zgłoś jeśli naruszono regulamin