1. 17 5月, 2012 1 次提交
  2. 16 5月, 2012 2 次提交
    • N
      ath6kl: Include match ssid list in scheduled scan · dd45b759
      Naveen Singh 提交于
      Scheduled scan implementation was only taking probed list into
      consideration. The matched list was dropped. This would cause
      FW not to report the AP as the list never had that AP's SSID
      populated. This was causing long connection time when supplicant
      would just issue a wild card SSID in probed list. As a part of
      this implementation, ath6kl driver would create a complete list
      by taking both probed and matched list and pass it to FW. FW would
      probe for the SSID that it needs to and would match against the
      relevant SSIDS that is been configured.
      
      kvalo: whitespace changes, less indentation in the for loop, use ++
      Signed-off-by: NNaveen Singh <navesing@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      dd45b759
    • T
      ath6kl: enable enhanced bmiss detection · c422d52d
      Thomas Pedersen 提交于
      Enable enhanced bmiss detection if the firmware supports it. This
      feature is only enabled on some firmwares since it comes with a power
      cost.
      
      Also add a few missing command ids to keep the enums straight.
      
      kvalo: fix a compiler with ath6kl_err(), add few empty lines
      Signed-off-by: NThomas Pedersen <c_tpeder@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      c422d52d
  3. 14 5月, 2012 1 次提交
  4. 11 5月, 2012 1 次提交
  5. 27 4月, 2012 1 次提交
  6. 26 4月, 2012 2 次提交
  7. 23 4月, 2012 3 次提交
  8. 18 4月, 2012 4 次提交
  9. 16 4月, 2012 2 次提交
  10. 12 4月, 2012 3 次提交
  11. 11 4月, 2012 1 次提交
  12. 09 4月, 2012 4 次提交
  13. 04 4月, 2012 1 次提交
  14. 28 3月, 2012 2 次提交
    • B
      ath6kl: Set background scan period. · f599359c
      Bala Shanmugam 提交于
      After connect command, send scan params WMI command to
      set background scan period. If period value is zero
      send 0xffff as bg scan period to disable bg scan.
      Set default bg scan period to be 60 seconds if
      not specified.
      
      This patch depends on below patch
      cfg80211: Add background scan period attribute.
      
      kvalo: fix open parenthesis alignment
      Signed-off-by: NBala Shanmugam <bkamatch@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      f599359c
    • R
      ath6kl: Store scan request info in-advance before sending SCAN request · 5b35dff0
      Raja Mani 提交于
      In current code, Scan request info is recorded in vif->scan_req
      after sending SCAN request to the firmware in ath6kl_cfg80211_scan().
      
      In some corner cases, firmware sends SCAN_COMPLETE event immediately
      when it receives SCAN request, which internally executes scan
      complete event handler ath6kl_cfg80211_scan_complete_event() first.
      So, Scan completion handler will a get a chance to executed even
      before storing scan request info in ath6kl_cfg80211_scan().
      
      Scan completion handler never report SCAN_COMPLETE event to
      cfg80211 if scan request info(vif->scan_req) is NULL. This leads
      to scan failure issue ("Device or resource busy error") during
      next SCAN request from the user space. This patch ensures that scan
      request info is stored before sending SCAN request.
      Signed-off-by: NRaja Mani <rmani@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5b35dff0
  15. 26 3月, 2012 3 次提交
  16. 21 3月, 2012 1 次提交
  17. 20 3月, 2012 1 次提交
  18. 13 3月, 2012 1 次提交
  19. 12 3月, 2012 1 次提交
  20. 08 3月, 2012 4 次提交
  21. 07 3月, 2012 1 次提交