From c5e7b983ecf6dc2367d681825c7d8f8e7dbd8d53 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 28 Sep 2025 20:30:47 -0400 Subject: [PATCH] Disable 6ghz. Currently, I get a lot of dropped packets on 6ghz. I suspect it is a bug in the drivers/firmware. --- ansible/roles/firefox/defaults/main.yaml | 2 -- ansible/roles/network/files/main.conf | 15 ++++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ansible/roles/firefox/defaults/main.yaml b/ansible/roles/firefox/defaults/main.yaml index 7f89dab..2862075 100644 --- a/ansible/roles/firefox/defaults/main.yaml +++ b/ansible/roles/firefox/defaults/main.yaml @@ -21,8 +21,6 @@ firefox_config: privacy.globalprivacycontrol.enabled: true # Disable "studies" (slice testing) 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. 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. diff --git a/ansible/roles/network/files/main.conf b/ansible/roles/network/files/main.conf index 95f5e09..1424537 100644 --- a/ansible/roles/network/files/main.conf +++ b/ansible/roles/network/files/main.conf @@ -1,6 +1,11 @@ -[General] -EnableNetworkConfiguration=true -# AddressRandomization=network +[DriverQuirks] +PowerSaveDisable=* -# Needed for Qualcomm WCN785x -ControlPortOverNL80211=false +[General] +AddressRandomization=network +EnableNetworkConfiguration=true + +[Rank] +BandModifier2_4GHz=1.000000 +BandModifier5GHz=1.000000 +BandModifier6GHz=0.000000