1. 04 3月, 2015 1 次提交
    • J
      mac80211: don't do driver suspend with auth/assoc in progress · ef7c6725
      Johannes Berg 提交于
      Drivers can't really be expected to suspend properly while auth
      or assoc is in progress since then they don't have any state
      they could keep with WoWLAN, nor can they actually finish the
      authentication or association. In fact, keeping this can cause
      subtle issues with drivers like iwlwifi that refuse WoWLAN if
      not associated, but have trouble figuring out what's going on
      in the middle of association.
      
      In any case, regardless of possible driver issues in this area,
      it doesn't make sense for mac80211 to try to WoWLAN-suspend in
      the middle of such operations, so stop them before.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      ef7c6725
  2. 03 3月, 2015 10 次提交
  3. 01 3月, 2015 8 次提交
  4. 23 2月, 2015 4 次提交
  5. 22 2月, 2015 5 次提交
  6. 21 2月, 2015 12 次提交