1. 01 11月, 2006 1 次提交
  2. 30 8月, 2006 1 次提交
  3. 28 7月, 2006 2 次提交
  4. 06 7月, 2006 2 次提交
  5. 01 7月, 2006 1 次提交
  6. 25 4月, 2006 2 次提交
  7. 23 3月, 2006 1 次提交
  8. 18 3月, 2006 1 次提交
    • J
      [PATCH] ieee80211: Don't update network statistics from off-channel packets. · f44349f2
      James Ketrenos 提交于
      This patch fixes a problem in the ieee80211 probe response and beacon
      reception code that would use the packet statistics for a network even
      if they were received on a channel other than that which the network
      exists on.
      
      This causes a problem in overlapping channels where, for example, a
      strong AP on channel 2 could have its beacons received on channels 1 and
      3, but at much lower signal levels.  If scanning was done sequentially,
      this means the beacon received on channel 3 would update the AP's signal
      level as being much lower than it really is, which subsequently could
      cause that AP to be passed over and an alternate AP selected.
      Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f44349f2
  9. 16 3月, 2006 1 次提交
  10. 28 2月, 2006 1 次提交
  11. 31 1月, 2006 4 次提交
  12. 28 1月, 2006 5 次提交
  13. 15 1月, 2006 1 次提交
  14. 11 1月, 2006 1 次提交
  15. 04 1月, 2006 1 次提交
  16. 08 11月, 2005 1 次提交
  17. 06 11月, 2005 1 次提交
  18. 20 10月, 2005 1 次提交
  19. 03 10月, 2005 4 次提交
  20. 23 9月, 2005 1 次提交
    • J
      [PATCH] ieee80211: Added handle_deauth() callback, enhanced tkip/ccmp support... · 31b59eae
      James Ketrenos 提交于
      [PATCH] ieee80211: Added handle_deauth() callback, enhanced tkip/ccmp support of varying hw/sw offload
      
      tree de81b55e78e85997642c651ea677078d0554a14f
      parent c8030da8c159f8b82712172a6748a42523aea83a
      author James Ketrenos <jketreno@linux.intel.com> 1127104380 -0500
      committer James Ketrenos <jketreno@linux.intel.com> 1127315225 -0500
      
      Added handle_deauth() callback.
      Enhanced crypt_{tkip,ccmp} to support varying splits of HW/SW offload.
      Changed channel freq to u32 from u16.
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      31b59eae
  21. 22 9月, 2005 7 次提交