From 54abbc80a724b79e029dc77f53f003c6c2a76f48 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Thu, 7 Mar 2019 13:08:06 +0100 Subject: [PATCH] meta-digi-arm: kernel-module-qualcomm: Use new branch names The naming of branches in the qcacld repository is now in the qca65x4 namespace. Also, the qca6564/master branch now does not hardcode the TX MCS to 0 as this change should only apply to the CC6UL and not other platforms like the CC6+. Signed-off-by: Alex Gonzalez --- .../kernel-module-qualcomm/kernel-module-qualcomm.bb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/meta-digi-arm/recipes-kernel/kernel-module-qualcomm/kernel-module-qualcomm.bb b/meta-digi-arm/recipes-kernel/kernel-module-qualcomm/kernel-module-qualcomm.bb index 609a763c6..14710b4cf 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-qualcomm/kernel-module-qualcomm.bb +++ b/meta-digi-arm/recipes-kernel/kernel-module-qualcomm/kernel-module-qualcomm.bb @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Digi International. +# Copyright (C) 2016-2019 Digi International. SUMMARY = "Qualcomm's wireless driver for qca65xx" DESCRIPTION = "qcacld-2.0 module" @@ -6,11 +6,11 @@ LICENSE = "ISC" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca7947a896d" # Reference Qualcomm tag/version -PV = "v4.2.80.63" +PV = "v4.2.89.63" PV_ccimx8x = "v4.0.11.208Q" -SRCBRANCH = "dey-2.4/master" -SRCBRANCH_ccimx8x = "dey-2.4/master_cc8x" +SRCBRANCH = "qca6564/master" +SRCBRANCH_ccimx8x = "qca6574/master" SRCREV = "${AUTOREV}" QCOM_GIT_URI = "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/qcacld-2.0.git;protocol=ssh', '${DIGI_GITHUB_GIT}/qcacld-2.0.git', d)}" @@ -58,6 +58,10 @@ do_compile_prepend() { export BUILD_VER=${PV} } +do_install_prepend_ccimx6ul() { + sed -i -e "s/gVhtTxMCS=2/gVhtTxMCS=0/g" ${WORKDIR}/git/firmware_bin/WCNSS_qcom_cfg.ini +} + do_install_append() { if [ "${QUALCOMM_WIFI_INTERFACE}" = "sdio" ]; then install -d ${D}${sysconfdir}/modprobe.d