1. 06 6月, 2012 10 次提交
  2. 30 5月, 2012 2 次提交
  3. 25 5月, 2012 1 次提交
    • S
      mac80211: Fix race in checking AP status by sending null frame · 992e68bf
      Soumik Das 提交于
      mac80211 tries to verify the existence of the current AP by
      probing or sending a NULL frame in function
      ieee80211_mgd_probe_ap_send. It 1st sends a null frame to the AP,
      increments probe_send_count and waits for the ACK to the NULL
      frame for a finite duration of time. At times, it happens that by
      the time mac80211 gets to increment probe_send_count, the ACK for
      the NULL frame transmitted has already been processed. This leads
      to a race condition where mac80211 times out waiting for the ACK
      for the NULL frame causing unnecessary disconnection with the AP.
      Signed-off-by: NSoumik Das <soumik.das@stericsson.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      992e68bf
  4. 17 5月, 2012 9 次提交
  5. 16 5月, 2012 3 次提交
  6. 10 5月, 2012 2 次提交
  7. 09 5月, 2012 10 次提交
  8. 01 5月, 2012 1 次提交
  9. 25 4月, 2012 2 次提交