1. 03 10月, 2007 1 次提交
  2. 21 9月, 2007 1 次提交
  3. 07 8月, 2007 1 次提交
  4. 15 2月, 2007 1 次提交
  5. 11 2月, 2007 1 次提交
  6. 06 2月, 2007 1 次提交
  7. 20 12月, 2006 1 次提交
  8. 06 12月, 2006 1 次提交
  9. 22 11月, 2006 1 次提交
  10. 17 10月, 2006 1 次提交
  11. 26 9月, 2006 1 次提交
  12. 06 7月, 2006 1 次提交
    • J
      [PATCH] SoftMAC: Prevent multiple authentication attempts on the same network · cb74c432
      Joseph Jezak 提交于
      This patch addresses the "No queue exists" messages commonly seen during
      authentication and associating.  These appear due to scheduling multiple
      authentication attempts on the same network.  To prevent this, I added a
      flag to stop multiple authentication attempts by the association layer.
      I also added a check to the wx handler to see if we're connecting to a
      different network than the one already in progress.  This scenario was
      causing multiple requests on the same network because the network BSSID
      was not being updated despite the fact that the ESSID changed.
      Signed-off-by: NJoseph Jezak <josejx@gentoo.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      cb74c432
  13. 16 6月, 2006 1 次提交
  14. 06 5月, 2006 2 次提交
  15. 25 4月, 2006 2 次提交
  16. 20 4月, 2006 1 次提交
  17. 28 3月, 2006 1 次提交
    • D
      [PATCH] softmac: reduce default rate to 11Mbps. · 2638fed7
      David Woodhouse 提交于
      We don't make much of an attempt to fall back to lower rates, and 54M
      just isn't reliable enough for many people. In fact, it's not clear we
      even set it to 11M if we're trying to associate with an 802.11b AP.
      
      This patch makes us default to 11M, which ought to work for most people.
      When we actually handle dynamic rate adjustment, we can reconsider the
      defaults -- but even then, probably it makes as much sense to start at
      11M and adjust it upwards as it does to start at 54M and reduce it.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      2638fed7
  18. 23 3月, 2006 4 次提交