From patchwork Fri Jan 19 20:12:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Greear X-Patchwork-Id: 863795 X-Patchwork-Delegate: openwrt@kresin.me Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="h5ltlrYo"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zNX7M3cbHz9sPk for ; Sat, 20 Jan 2018 07:12:47 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:References: In-Reply-To:Message-Id:Date:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Y5CNp5KADDo697w9rijoKjI/+ovSGdhvXi2QShhs0pc=; b=h5ltlrYo/Ur2bK P5A5D0ueA06QrcKb3LD1maaSWcXE+LnUoWjDr3NWxjsJP6M2bsnj4hFQ7Jzu/5d0GIxAKsTvRNoYy X9vQ0LoxR3RSGdrIhZf3bkgcRxXf9uZkjAuVdahVBrjJK4eb1JaODOYhcHJ2CALt19SHhfOOK8CJQ JBYz0gbxHC+gAtxkP4kIdy0xLni1Y1VvzNTlYFrxUILRxFmj0d1acgWsKlZDGdSSrDtiiFEmNMfH3 haS7KCJK9dTFv65owNt669qvX2TfjizL4s1oNSq6SP6fiJW46Ias1x/vrxiO8KUTvWIMHOs7IBmMl rztXWNSBQ+Tp5ricFSOQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1ecd1p-0005q8-4f; Fri, 19 Jan 2018 20:12:45 +0000 Received: from mail2.candelatech.com ([208.74.158.173]) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1ecd1U-0005UR-Sa for lede-dev@lists.infradead.org; Fri, 19 Jan 2018 20:12:27 +0000 Received: from ben-dt3.candelatech.com (firewall.candelatech.com [50.251.239.81]) by mail2.candelatech.com (Postfix) with ESMTP id 33C5140A5A2; Fri, 19 Jan 2018 12:12:11 -0800 (PST) From: greearb@candelatech.com To: lede-dev@lists.infradead.org Date: Fri, 19 Jan 2018 12:12:06 -0800 Message-Id: <1516392726-28656-4-git-send-email-greearb@candelatech.com> X-Mailer: git-send-email 2.4.11 In-Reply-To: <1516392726-28656-1-git-send-email-greearb@candelatech.com> References: <1516392726-28656-1-git-send-email-greearb@candelatech.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Subject: [LEDE-DEV] [PATCH 4/4] ath10k-ct: Force loading mac80211 and ath so symbols are resolved. X-BeenThere: lede-dev@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ben Greear MIME-Version: 1.0 Sender: "Lede-dev" Errors-To: lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Ben Greear For whatever reason, mac80211 and ath modules are not automatically loaded when ath10k-ct driver is selected. With this change, I still see module symbols fail, but then shortly after the modules are loaded correctly. Signed-off-by: Ben Greear --- package/kernel/ath10k-ct/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index af326d6..1b125a7 100644 --- a/package/kernel/ath10k-ct/Makefile +++ b/package/kernel/ath10k-ct/Makefile @@ -33,7 +33,7 @@ define KernelPackage/ath10k-ct FILES:=\ $(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_pci.ko \ $(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_core.ko - AUTOLOAD:=$(call AutoProbe,ath10k_pci) + AUTOLOAD:=$(call AutoProbe,mac80211 ath ath10k_pci) endef NOSTDINC_FLAGS = \