]> git.karo-electronics.de Git - linux-beck.git/commitdiff
iwlwifi: dvm: disable power save by default
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 7 Sep 2014 18:33:53 +0000 (21:33 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 8 Sep 2014 06:18:47 +0000 (09:18 +0300)
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>
drivers/net/wireless/iwlwifi/dvm/power.c

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