linux: ath9k: enable hwcrypt and Channel Context support

This commit is contained in:
mglae 2018-09-08 18:42:51 +02:00
parent 9f04b0e977
commit dc2be7f9e4
6 changed files with 13 additions and 8 deletions

View File

@ -1,5 +0,0 @@
# /etc/modprobe.d/ath9k.conf: setup modload options for module ath9k.
# see:
# http://openelec.tv/forum/28-issue-reports/4644-addons-download-not-working#4778
options ath9k nohwcrypt=1

View File

@ -1955,7 +1955,7 @@ CONFIG_ATH9K_AHB=y
# CONFIG_ATH9K_DYNACK is not set
# CONFIG_ATH9K_WOW is not set
CONFIG_ATH9K_RFKILL=y
# CONFIG_ATH9K_CHANNEL_CONTEXT is not set
CONFIG_ATH9K_CHANNEL_CONTEXT=y
CONFIG_ATH9K_PCOEM=y
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set

View File

@ -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

View File

@ -1442,7 +1442,7 @@ CONFIG_ATH9K_AHB=y
# CONFIG_ATH9K_DYNACK is not set
# CONFIG_ATH9K_WOW is not set
CONFIG_ATH9K_RFKILL=y
# CONFIG_ATH9K_CHANNEL_CONTEXT is not set
CONFIG_ATH9K_CHANNEL_CONTEXT=y
CONFIG_ATH9K_PCOEM=y
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set

View File

@ -1535,7 +1535,7 @@ CONFIG_ATH9K_AHB=y
# CONFIG_ATH9K_DYNACK is not set
# CONFIG_ATH9K_WOW is not set
CONFIG_ATH9K_RFKILL=y
# CONFIG_ATH9K_CHANNEL_CONTEXT is not set
CONFIG_ATH9K_CHANNEL_CONTEXT=y
CONFIG_ATH9K_PCOEM=y
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set

View File

@ -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