Disable 6ghz.
Currently, I get a lot of dropped packets on 6ghz. I suspect it is a bug in the drivers/firmware.
This commit is contained in:
parent
25957105c9
commit
c5e7b983ec
@ -21,8 +21,6 @@ firefox_config:
|
|||||||
privacy.globalprivacycontrol.enabled: true
|
privacy.globalprivacycontrol.enabled: true
|
||||||
# Disable "studies" (slice testing)
|
# Disable "studies" (slice testing)
|
||||||
app.shield.optoutstudies.enabled: false
|
app.shield.optoutstudies.enabled: false
|
||||||
# Disable attribution which is used by advertisers to track you.
|
|
||||||
dom.private-attribution.submission.enabled: false
|
|
||||||
# Disable battery status, used to track users.
|
# Disable battery status, used to track users.
|
||||||
dom.battery.enabled: false
|
dom.battery.enabled: false
|
||||||
# Disable that websites can get notifications if you copy, paste, or cut something from a web page, and it lets them know which part of the page had been selected.
|
# Disable that websites can get notifications if you copy, paste, or cut something from a web page, and it lets them know which part of the page had been selected.
|
||||||
|
|||||||
@ -1,6 +1,11 @@
|
|||||||
[General]
|
[DriverQuirks]
|
||||||
EnableNetworkConfiguration=true
|
PowerSaveDisable=*
|
||||||
# AddressRandomization=network
|
|
||||||
|
|
||||||
# Needed for Qualcomm WCN785x
|
[General]
|
||||||
ControlPortOverNL80211=false
|
AddressRandomization=network
|
||||||
|
EnableNetworkConfiguration=true
|
||||||
|
|
||||||
|
[Rank]
|
||||||
|
BandModifier2_4GHz=1.000000
|
||||||
|
BandModifier5GHz=1.000000
|
||||||
|
BandModifier6GHz=0.000000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user