1. 21 Sep, 2014 1 commit
  2. 16 Sep, 2014 7 commits
  3. 15 Sep, 2014 2 commits
  4. 14 Sep, 2014 29 commits
  5. 11 Sep, 2014 1 commit
    • Sujith Manoharan's avatar
      ath9k: Fix beacon miss handling · 167bf96d
      Sujith Manoharan authored
      The NoA duration for a GO is half the beacon interval
      and a concurrent context like a STA can be active only
      for that duration, before switching back to the GO's
      operating channel.
      
      Currently, when multiple beacons are missed, the dwell
      time for the STA context is extended to improve the
      chances of receiving a beacon. But the NoA is not updated
      and this will cause problems since the GO is offline
      for a period that is longer than the advertised duration.
      
      Fix this by ensuring that the NoA is updated first before
      extending the time slot for the STA context. Also make
      sure that non-periodic NoA is used for a one-time, longer
      absence period.
      Signed-off-by: default avatarSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      167bf96d