Эх сурвалжийг харах

iwlwifi: dvm: disable power save by default

In
https://bugzilla.kernel.org/show_bug.cgi?id=84031,
the submitter said that disabling power saving helped,
do just that.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Emmanuel Grumbach 11 жил өмнө
parent
commit
f8dfc607b2

+ 1 - 1
drivers/net/wireless/iwlwifi/dvm/power.c

@@ -40,7 +40,7 @@
 #include "commands.h"
 #include "commands.h"
 #include "power.h"
 #include "power.h"
 
 
-static bool force_cam;
+static bool force_cam = true;
 module_param(force_cam, bool, 0644);
 module_param(force_cam, bool, 0644);
 MODULE_PARM_DESC(force_cam, "force continuously aware mode (no power saving at all)");
 MODULE_PARM_DESC(force_cam, "force continuously aware mode (no power saving at all)");