]> Pileus Git - ~andy/linux/commit
iwlwifi: move D3_CFG_COMPLETE handling into DVM
authorJohannes Berg <johannes.berg@intel.com>
Fri, 17 May 2013 10:01:26 +0000 (12:01 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 27 May 2013 09:39:30 +0000 (11:39 +0200)
commit8ade62857ef77bdf639185410fbcd811aa700cb2
tree5b42cce7cf802a11fe12514e02d29cffce16d554
parentdfcb4c3aacedee6838e436fb575b31e138505203
iwlwifi: move D3_CFG_COMPLETE handling into DVM

The MVM firmware doesn't communicate this way, it instead
assumes D3 configuration is complete after a specific host
command (which must be last) has been sent. Handling this
bit thus belongs into the firmware API code, i.e. DVM.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/dvm/mac80211.c
drivers/net/wireless/iwlwifi/pcie/trans.c