mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-23 08:20:00 +00:00
linux: ath9k: enable hwcrypt and Channel Context support
This commit is contained in:
parent
9f04b0e977
commit
dc2be7f9e4
@ -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
|
@ -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
|
||||
|
5
projects/Generic/packages/linux/modprobe.d/ath9k.conf
Normal file
5
projects/Generic/packages/linux/modprobe.d/ath9k.conf
Normal 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
|
@ -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
|
||||
|
@ -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
|
||||
|
5
projects/RPi/packages/linux/modprobe.d/ath9k.conf
Normal file
5
projects/RPi/packages/linux/modprobe.d/ath9k.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user