Skip to content

Commit

Permalink
iwlwifi: dvm: disable power save by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Emmanuel Grumbach committed Sep 8, 2014
1 parent 582de30 commit f8dfc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/dvm/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)");

Expand Down

0 comments on commit f8dfc60

Please sign in to comment.