Skip to content

Commit

Permalink
Turned "monitor mode" ON and "powersaving" to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder authored Jan 12, 2019
1 parent 60a3c5d commit 5ee4ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CONFIG_SDIO_HCI = n
CONFIG_GSPI_HCI = n
########################## Features ###########################
CONFIG_MP_INCLUDED = y
CONFIG_POWER_SAVING = y

This comment has been minimized.

Copy link
@ZeeRooo

ZeeRooo Jan 12, 2019

Owner

Is there any improvement by turning power saving off?

This comment has been minimized.

Copy link
@kimocoder

kimocoder Jan 12, 2019

Author Contributor

Yes, slighty. At least if the txpower/range actually works in this driver. Can't tell yet, will get a chipset.
Working on other Realtek chipsets too, both rtl8812au and rtl8188eu, may be seen here. Will have to probe through this base and see what it contains different than the other bases we've for but I see some improvements we actually had to fix ourself so first impression of it is good

CONFIG_POWER_SAVING = n
CONFIG_USB_AUTOSUSPEND = n
CONFIG_HW_PWRP_DETECTION = n
CONFIG_WIFI_TEST = n
Expand Down

0 comments on commit 5ee4ebd

Please sign in to comment.