iwlwifi: update key params on d0i3 entrance/exit
authorEliad Peller <eliad@wizery.com>
Wed, 11 Nov 2015 15:23:59 +0000 (17:23 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 20 Dec 2015 21:27:43 +0000 (23:27 +0200)
commita3f7ba5c8825879cc76110bc8dcadf92a6d5fa8e
tree258c7100deaba4702c3b85b0477d794890c0aefd
parent8be30c13ebafdf743ab638a83095715a01bc1071
iwlwifi: update key params on d0i3 entrance/exit

In order to let the fw do offloading properly, we need
to provide various key data (e.g. PN).

Configure the params on d0i3 entrance, and update them
back on d0i3 exit.

Since d3 code is now called in d0i3 which requires runtime
pm only, make d3.0 depend on CONFIG_PM (rather than
CONFIG_PM_SLEEP), and add required #ifdefs and wrappers
where needed, so both CONFIG_PM=n and CONFIG_PM_RUNTIME=n
configurations will build correctly.

Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/Makefile
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
This page took 0.044488 seconds and 5 git commands to generate.