Merge pull request #2963 from mglae/le9_ath9k

linux: ath9k: enable hwcrypt and Channel Context support
This commit is contained in:
MilhouseVH 2018-09-10 14:06:42 +01:00 committed by GitHub
commit 5e4b3b2c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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