]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: Disable beacon storing in D3 when WOWLAN configured
authorMatti Gottlieb <matti.gottlieb@intel.com>
Thu, 25 Feb 2016 08:18:34 +0000 (10:18 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 28 Feb 2016 20:52:31 +0000 (22:52 +0200)
commite573057bb4aabebe661c30af1bdbee08ecba80eb
tree7935b17fc2e1bc81d3f15b6825e672ad8ae4e025
parent08d2080084188f550e11353fb75513b3152feb20
iwlwifi: mvm: Disable beacon storing in  D3 when WOWLAN configured

Currently when entering D3 with WOWLAN configured, we enable in the
configuration flags beacon storing, and do not disable beacon
filtering, and do not wake up from a magic packet.

Having both enabled is wrong (should not have both enabled),
and causes problems in the RX queues in the FW, causing
the FW not to recognize the magic packet when it comes.

Disable beacon storing in wowlan configuration.

Signed-off-by: Matti Gottlieb <matti.gottlieb@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/d3.c