1. 09 Apr, 2012 2 commits
  2. 04 Apr, 2012 1 commit
  3. 03 Apr, 2012 2 commits
  4. 28 Mar, 2012 2 commits
    • Bala Shanmugam's avatar
      ath6kl: Set background scan period. · f599359c
      Bala Shanmugam authored
      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: default avatarBala Shanmugam <bkamatch@qca.qualcomm.com>
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      f599359c
    • Raja Mani's avatar
      ath6kl: Store scan request info in-advance before sending SCAN request · 5b35dff0
      Raja Mani authored
      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: default avatarRaja Mani <rmani@qca.qualcomm.com>
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      5b35dff0
  5. 26 Mar, 2012 14 commits
  6. 21 Mar, 2012 1 commit
  7. 20 Mar, 2012 4 commits
  8. 15 Mar, 2012 14 commits