iwlwifi: mvm: reconfigure qos seq on D0i3 exit
authorArik Nemtsov <arik@wizery.com>
Thu, 13 Mar 2014 10:21:50 +0000 (12:21 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 16 Mar 2014 11:45:32 +0000 (13:45 +0200)
commitb2492501d234ef7a99613576550126b88b377070
tree080c906b8dbe463463aa095c3be82810e4356fb3
parent1a95c8df7ed1ddf5e1d732a594f5a1b09da9a8c5
iwlwifi: mvm: reconfigure qos seq on D0i3 exit

In order to restore the qos seq number on d0i3 exit,
we need to read it from the wowlan status.

However, in order to make sure we use correct seq num
for tx frames, we need to defer any outgoing frames,
and re-enqueue them only after the seq num is configured
correctly.

Sync new Tx aggregations with D0i3 so that the correct
seq num is used for them. Wait synchronously for D0i3
exit before starting a new Tx agg.

Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/mac80211.c
drivers/net/wireless/iwlwifi/mvm/mvm.h
drivers/net/wireless/iwlwifi/mvm/ops.c
drivers/net/wireless/iwlwifi/mvm/sta.c
This page took 0.047356 seconds and 5 git commands to generate.