Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4ffb0ac authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: cnss: Enable cnss for QCA SDIO/PCIe WLAN Module"

parents 61691972 0c34e3ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,5 +63,5 @@ obj-$(CONFIG_RSI_91X) += rsi/

obj-$(CONFIG_WCNSS_CORE)	+= wcnss/

obj-$(CONFIG_CNSS)		+= cnss/
obj-y	+= cnss/
obj-$(CONFIG_WCNSS_MEM_PRE_ALLOC) += cnss_prealloc/
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ static const struct dev_pm_ops cnss_ar6k_device_pm_ops = {
};
#endif /* CONFIG_PM */

static const struct sdio_driver cnss_ar6k_driver = {
static struct sdio_driver cnss_ar6k_driver = {
	.name = "cnss_ar6k_wlan",
	.id_table = ar6k_id_table,
	.probe = cnss_sdio_wlan_inserted,