1. 17 1月, 2006 1 次提交
  2. 29 10月, 2005 1 次提交
  3. 24 9月, 2005 3 次提交
  4. 15 8月, 2005 2 次提交
    • J
      [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE} · 4339d328
      Jouni Malinen 提交于
      Replace temporary HOSTAP_FC_GET_{TYPE,STYPE} macros with the ieee80211
      version of WLAN_FC_GET_{TYPE,STYPE}.
      Signed-off-by: NJouni Malinen <jkmaline@cc.hut.fi>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      4339d328
    • J
      [PATCH] hostap: Remove experimental PCI bus master/DMA code · ea3f1865
      Jouni Malinen 提交于
      PCI version of Prism2.5/3 has undocumented DMA support for TX/RX data,
      but this seems to have some hardware bugs that prevent it from being
      used properly for TX. RX side could possibly be made to work reliably.
      
      Even though DMA support would be very useful for saving host CPU (from
      about 40% to 5-10% when operating at maximum throughput), it seems to
      be best to just remove this code finally. The implementation has
      always been commented out by default and has received very limited
      testing. The code may have already been broken number of times and I
      don't have much interested in trying to verify whether it works or
      not. Getting this out makes it easier to maintain the driver and
      allows some cleanups that have been partly postponed because of this
      experimental bus master/DMA code.
      Signed-off-by: NJouni Malinen <jkmaline@cc.hut.fi>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      ea3f1865
  5. 01 8月, 2005 1 次提交
  6. 31 7月, 2005 4 次提交
  7. 13 5月, 2005 1 次提交