1. 23 Jan, 2014 2 commits
    • Janusz Dziedzic's avatar
      ath10k: AP mode, set UAPSD params correctly · d3d3ff42
      Janusz Dziedzic authored
      ath10k handles UAPSD completly in the firmware.
      When works in AP mode we have to configure
      UAPSD params for each station. Without this
      patch we configure UAPSD params before we
      send peer assoc command to the FW, which was
      wrong. Next FW didn't know what should be trigger
      frame, couse UAPSD didn't work correctly in AP mode.
      To configure UAPSD params correctly we have to
      send them after peer assoc command.
      Signed-off-by: default avatarJanusz Dziedzic <janusz.dziedzic@tieto.com>
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      d3d3ff42
    • Kalle Valo's avatar
      ath10k: enable firmware STA quick kickout · 5a13e76e
      Kalle Valo authored
      Firmware has a feature to track if the associated STA is not acking the frames.
      When that happens, the firmware sends WMI_PEER_STA_KICKOUT_EVENTID event to the
      host. Enable that to faster detect when a STA has left BSS without sending a
      deauth frame.
      
      Also set huge keepalive timeouts to avoid using the keepalive functionality in
      the firmware.
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      5a13e76e
  2. 20 Jan, 2014 1 commit
  3. 18 Jan, 2014 2 commits
  4. 13 Jan, 2014 20 commits
  5. 10 Jan, 2014 15 commits