An error occurred fetching the project authors.
  1. 20 Apr, 2018 5 commits
  2. 28 Mar, 2018 3 commits
  3. 19 Mar, 2018 1 commit
    • Andrei Otcheretianski's avatar
      iwlwifi: mvm: Increase session protection time after CS · 19125cb0
      Andrei Otcheretianski authored
      After switching to a new channel, driver schedules session protection
      time event in order to hear the beacon on the new channel.
      The duration of the protection is two beacon intervals.
      However, since we start to switch slightly before beacon with count 1, in
      case we don't hear (or AP doesn't transmit) the very first beacon on the
      new channel the protection ends without hearing any beacon at all.
      At this stage the switch is not complete, the queues are closed and the
      interface doesn't have quota yet or TBTT events. As the result, we are
      stuck forever waiting for iwl_mvm_post_channel_switch() to be called.
      
      Fix this by increasing the protection time to be 3 beacon intervals and
      in addition drop the connection if the time event ends before we got any
      beacon.
      Signed-off-by: default avatarAndrei Otcheretianski <andrei.otcheretianski@intel.com>
      Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
      19125cb0
  4. 16 Feb, 2018 1 commit
  5. 20 Dec, 2017 1 commit
  6. 05 Dec, 2017 4 commits
  7. 28 Nov, 2017 1 commit
  8. 25 Nov, 2017 2 commits
  9. 15 Nov, 2017 1 commit
  10. 03 Nov, 2017 2 commits
  11. 18 Oct, 2017 2 commits
  12. 06 Oct, 2017 8 commits
  13. 18 Aug, 2017 4 commits
  14. 09 Aug, 2017 3 commits
  15. 01 Aug, 2017 2 commits