ath11k vs ar_qrtr?
Christoph Hellwig
hch at lst.de
Wed Nov 30 04:52:36 PST 2022
On Wed, Nov 30, 2022 at 02:42:41PM +0200, Kalle Valo wrote:
> Sorry, not following you here. Are you saying that "select QRTR" is not
> enough and we should add something more?
Yes, there is no runtime dependency right now. Something like
using MODULE_SOFTDEP should solve this. Untested for now, but I can
send a formal one after I make it past the initial installation:
diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
index b99180bc81723b..72d043fc6b7c2c 100644
--- a/drivers/net/wireless/ath/ath11k/core.c
+++ b/drivers/net/wireless/ath/ath11k/core.c
@@ -1945,3 +1945,5 @@ EXPORT_SYMBOL(ath11k_core_alloc);
MODULE_DESCRIPTION("Core module for Qualcomm Atheros 802.11ax wireless LAN cards.");
MODULE_LICENSE("Dual BSD/GPL");
+MODULE_SOFTDEP("pre: qrtr");
+MODULE_SOFTDEP("pre: qrtr-mhi");
More information about the ath11k
mailing list