···11+# SPDX-License-Identifier: GPL-2.022+33+config WLAN_VENDOR_SILABS44+ bool "Silicon Laboratories devices"55+ default y66+ help77+ If you have a wireless card belonging to this class, say Y.88+99+ Note that the answer to this question doesn't directly affect the1010+ kernel: saying N will just cause the configurator to skip all the1111+ questions about these cards. If you say Y, you will be asked for1212+ your specific card in the following questions.1313+1414+if WLAN_VENDOR_SILABS1515+1616+source "drivers/net/wireless/silabs/wfx/Kconfig"1717+1818+endif # WLAN_VENDOR_SILABS
···11-This is a list of things that need to be done to get this driver out of the22-staging directory.33-44- - As suggested by Felix, rate control could be improved following this idea:55- https://lore.kernel.org/lkml/3099559.gv3Q75KnN1@pc-42/66-