Skip to content

Commit e03970d

Browse files
authored
Merge pull request #1 from ThomasKaiser/patch-1
Disable Wi-Fi powermanagement entirely
2 parents 8c149b3 + 68c6332 commit e03970d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
options 8723bs if2name=p2p0
2-
options 8723cs if2name=p2p0
1+
# if you want slight energy savings experiment with rtw_power_mgnt=2 instead
2+
options 8723bs if2name=p2p0 rtw_power_mgnt=0
3+
options 8723cs if2name=p2p0 rtw_power_mgnt=0

0 commit comments

Comments
 (0)