Loading drivers/net/wireless/cnss/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,15 @@ config CNSS_PCI restart framework, power on WLAN chip and registered the WLAN module as a PCIe client device. config CNSS_ASYNC bool "Enable/disable cnss pci platform driver asynchronous probe" depends on CNSS_PCI ---help--- If enabled, CNSS PCI platform driver would do asynchronous probe. Using asynchronous probe will allow CNSS PCI platform driver to probe in parallel with other device drivers and will help to reduce kernel boot time. config CNSS_MAC_BUG bool "Enable/disable 0-4K memory initialization for QCA6174" depends on CNSS Loading drivers/net/wireless/cnss/cnss_pci.c +3 −0 Original line number Diff line number Diff line Loading @@ -3135,6 +3135,9 @@ static struct platform_driver cnss_driver = { .name = "cnss", .owner = THIS_MODULE, .of_match_table = cnss_dt_match, #ifdef CONFIG_CNSS_ASYNC .probe_type = PROBE_PREFER_ASYNCHRONOUS, #endif }, }; Loading Loading
drivers/net/wireless/cnss/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,15 @@ config CNSS_PCI restart framework, power on WLAN chip and registered the WLAN module as a PCIe client device. config CNSS_ASYNC bool "Enable/disable cnss pci platform driver asynchronous probe" depends on CNSS_PCI ---help--- If enabled, CNSS PCI platform driver would do asynchronous probe. Using asynchronous probe will allow CNSS PCI platform driver to probe in parallel with other device drivers and will help to reduce kernel boot time. config CNSS_MAC_BUG bool "Enable/disable 0-4K memory initialization for QCA6174" depends on CNSS Loading
drivers/net/wireless/cnss/cnss_pci.c +3 −0 Original line number Diff line number Diff line Loading @@ -3135,6 +3135,9 @@ static struct platform_driver cnss_driver = { .name = "cnss", .owner = THIS_MODULE, .of_match_table = cnss_dt_match, #ifdef CONFIG_CNSS_ASYNC .probe_type = PROBE_PREFER_ASYNCHRONOUS, #endif }, }; Loading