1. 29 1月, 2011 28 次提交
  2. 28 1月, 2011 4 次提交
  3. 27 1月, 2011 3 次提交
  4. 26 1月, 2011 3 次提交
  5. 25 1月, 2011 2 次提交
    • E
      wl12xx: disable auto-arp · e5e2f24b
      Eliad Peller 提交于
      The auto-arp feature sometimes has unexpected side effects (e.g. firmware
      crashes, no ARP replies, etc.)
      disable it until it will be solved.
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      e5e2f24b
    • J
      wl12xx: Increase scan channel dwell time for passive scans · ea45b2cb
      Juuso Oikarinen 提交于
      The passive scan channel dwell time currently used is 30-60TU. A typical
      beacon interval for AP's is 100TU. This leads to a ~30% worst-case probability
      of finding an AP via passive scanning.
      
      For 5GHz bands for DFS frequencies passive scanning is the only scanning
      option. Hence for these, the probability of finding an AP is very low.
      
      To fix this, increase the passive channel scan dwell times (also the early
      leave value, as 5GHz channels are still typically very silent.) Use a value
      of 100TU, because that covers most typical AP configurations.
      
      Based on testing the probability of finding an AP (100TU beacon interval) on
      a single scan round are as follows (based on 100 iterations):
      
      dwell min/max (TU)   | probability
      ---------------------+------------
      30/60                | 35%
      60/60                | 56%
      80/80                | 77%
      100/100              | 100%
      
      Total scan times now and after the change:
      
      Region | Before (s) | After (s)
      -------+------------+----------
      00     | 0.77       | 1.48
      FI     | 0.95       | 2.01
      US     | 0.91       | 1.76
      Signed-off-by: NJuuso Oikarinen <juuso.oikarinen@nokia.com>
      Reviewed-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      ea45b2cb