fix typo, remove debug spew

module-based-network
Daniel Barlow 2023-02-24 23:05:49 +00:00
parent 03aec58c2c
commit 8194e909ac
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ let
ATH9K = "m";
ATH9K_AHB = "y";
# ATH9K_DEBUGFS = "y";
ATH_DEBUG = "y";
# ATH_DEBUG = "y";
BACKPORTED_ATH9K_AHB = "y";
};
ath10k_pci = {
@ -162,5 +162,5 @@ let
in oneshot {
name = "wlan.module";
up = "sh ${module}/load.sh";
down = "sh {module}/unload.sh";
down = "sh ${module}/unload.sh";
}