mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
mac80211: ath: add qcom-qmi-helpers as package
This commit is contained in:
parent
81419528c1
commit
b00deea1b7
@ -1,7 +1,7 @@
|
|||||||
PKG_DRIVERS += \
|
PKG_DRIVERS += \
|
||||||
ath ath5k ath6kl ath6kl-sdio ath6kl-usb ath9k ath9k-common ath9k-htc \
|
ath ath5k ath6kl ath6kl-sdio ath6kl-usb ath9k ath9k-common ath9k-htc \
|
||||||
ath10k ath10k-pci ath10k-sdio ath10k-smallbuffers ath11k ath11k-ahb \
|
ath10k ath10k-pci ath10k-sdio ath10k-smallbuffers ath11k ath11k-ahb \
|
||||||
ath11k-pci ar5523 carl9170 owl-loader wil6210
|
ath11k-pci ar5523 carl9170 owl-loader wil6210 qcom-qmi-helpers
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS += \
|
PKG_CONFIG_DEPENDS += \
|
||||||
CONFIG_PACKAGE_ATH_DEBUG \
|
CONFIG_PACKAGE_ATH_DEBUG \
|
||||||
@ -38,6 +38,7 @@ ifdef CONFIG_PACKAGE_MAC80211_TRACING
|
|||||||
WIL6210_TRACING
|
WIL6210_TRACING
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
config-$(call config_package,qcom-qmi-helpers) += QCOM_QMI_HELPERS
|
||||||
config-$(call config_package,ath) += ATH_CARDS ATH_COMMON
|
config-$(call config_package,ath) += ATH_CARDS ATH_COMMON
|
||||||
config-$(CONFIG_PACKAGE_ATH_DEBUG) += ATH_DEBUG ATH10K_DEBUG ATH11K_DEBUG ATH9K_STATION_STATISTICS
|
config-$(CONFIG_PACKAGE_ATH_DEBUG) += ATH_DEBUG ATH10K_DEBUG ATH11K_DEBUG ATH9K_STATION_STATISTICS
|
||||||
config-$(CONFIG_PACKAGE_ATH_DFS) += ATH9K_DFS_CERTIFIED ATH10K_DFS_CERTIFIED
|
config-$(CONFIG_PACKAGE_ATH_DFS) += ATH9K_DFS_CERTIFIED ATH10K_DFS_CERTIFIED
|
||||||
@ -84,6 +85,14 @@ config-$(call config_package,ar5523) += AR5523
|
|||||||
|
|
||||||
config-$(call config_package,wil6210) += WIL6210
|
config-$(call config_package,wil6210) += WIL6210
|
||||||
|
|
||||||
|
define KernelPackage/qcom-qmi-helpers
|
||||||
|
$(call KernelPackage/mac80211/Default)
|
||||||
|
TITLE:=Qualcomm QMI backports helpers
|
||||||
|
HIDDEN:=1
|
||||||
|
FILES:=$(PKG_BUILD_DIR)/drivers/soc/qcom/qmi_helpers.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,qmi_helpers)
|
||||||
|
endef
|
||||||
|
|
||||||
define KernelPackage/ath/config
|
define KernelPackage/ath/config
|
||||||
if PACKAGE_kmod-ath
|
if PACKAGE_kmod-ath
|
||||||
config ATH_USER_REGD
|
config ATH_USER_REGD
|
||||||
@ -333,9 +342,9 @@ define KernelPackage/ath11k
|
|||||||
TITLE:=Qualcomm 802.11ax wireless chipset support (common code)
|
TITLE:=Qualcomm 802.11ax wireless chipset support (common code)
|
||||||
URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath11k
|
URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath11k
|
||||||
DEPENDS+= +kmod-ath +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT \
|
DEPENDS+= +kmod-ath +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT \
|
||||||
+kmod-crypto-michael-mic +ATH11K_THERMAL:kmod-hwmon-core +ATH11K_THERMAL:kmod-thermal
|
+kmod-crypto-michael-mic +ATH11K_THERMAL:kmod-hwmon-core \
|
||||||
FILES:=$(PKG_BUILD_DIR)/drivers/soc/qcom/qmi_helpers.ko \
|
+ATH11K_THERMAL:kmod-thermal +kmod-qcom-qmi-helpers
|
||||||
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath11k/ath11k.ko
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath11k/ath11k.ko
|
||||||
MODPARAMS.ath11k:=frame_mode=2
|
MODPARAMS.ath11k:=frame_mode=2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user