Merge "cnss2: Disable BDF bypass by default"

This commit is contained in:
Linux Build Service Account 2017-08-09 14:17:14 -07:00 committed by Gerrit - the friendly Code Review server
commit 25918b144a

View file

@ -39,7 +39,7 @@ static bool daemon_support;
module_param(daemon_support, bool, 0600);
MODULE_PARM_DESC(daemon_support, "User space has cnss-daemon support or not");
static bool bdf_bypass = true;
static bool bdf_bypass;
#ifdef CONFIG_CNSS2_DEBUG
module_param(bdf_bypass, bool, 0600);
MODULE_PARM_DESC(bdf_bypass, "If BDF is not found, send dummy BDF to FW");