Home
last modified time | relevance | path

Searched refs:force_rfkill (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-laptop.c98 static bool force_rfkill; variable
102 module_param(force_rfkill, bool, 0444);
103 MODULE_PARM_DESC(force_rfkill, "enable rfkill on non whitelisted models");
762 if (!force_rfkill && !whitelisted) in dell_setup_rfkill()
774 if (!(status & BIT(0)) && !force_rfkill) in dell_setup_rfkill()