From cf11936bdac4f4057ec10bf22be77397726c8e46 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Tue, 11 Mar 2025 20:35:56 +0100 Subject: [PATCH] Allwinner: linux: Add wifi settings --- projects/Allwinner/packages/linux/modprobe.d/ath9k.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 projects/Allwinner/packages/linux/modprobe.d/ath9k.conf diff --git a/projects/Allwinner/packages/linux/modprobe.d/ath9k.conf b/projects/Allwinner/packages/linux/modprobe.d/ath9k.conf new file mode 100644 index 0000000000..608c4b6570 --- /dev/null +++ b/projects/Allwinner/packages/linux/modprobe.d/ath9k.conf @@ -0,0 +1,5 @@ +# ath9k.conf: setup modload options for module ath9k. +# +# enable "Channel Context support" to avoid buffering in live TV + +options ath9k use_chanctx=1