1. 29 8月, 2009 2 次提交
  2. 28 2月, 2009 2 次提交
  3. 22 11月, 2008 2 次提交
  4. 11 11月, 2008 1 次提交
  5. 01 11月, 2008 3 次提交
  6. 28 10月, 2008 1 次提交
  7. 17 6月, 2008 1 次提交
    • D
      wext: Emit event stream entries correctly when compat. · ccc58057
      David S. Miller 提交于
      Three major portions to this change:
      
      1) Add IW_EV_COMPAT_LCP_LEN, IW_EV_COMPAT_POINT_OFF,
         and IW_EV_COMPAT_POINT_LEN helper defines.
      
      2) Delete iw_stream_check_add_*(), they are unused.
      
      3) Add iw_request_info argument to iwe_stream_add_*(), and use it to
         size the event and pointer lengths correctly depending upon whether
         IW_REQUEST_FLAG_COMPAT is set or not.
      
      4) The mechanical transformations to the drivers and wireless stack
         bits to get the iw_request_info passed down into the routines
         modified in #3.  Also, explicit references to IW_EV_LCP_LEN are
         replaced with iwe_stream_lcp_len(info).
      
      With a lot of help and bug fixes from Masakazu Mokuno.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ccc58057
  8. 08 5月, 2008 1 次提交
  9. 29 1月, 2008 1 次提交
  10. 20 10月, 2007 1 次提交
  11. 11 10月, 2007 1 次提交
  12. 18 7月, 2007 1 次提交
  13. 08 5月, 2007 1 次提交
  14. 28 4月, 2007 1 次提交
  15. 11 2月, 2007 1 次提交
  16. 22 7月, 2006 1 次提交
  17. 06 5月, 2006 1 次提交
  18. 25 4月, 2006 1 次提交
  19. 28 3月, 2006 1 次提交
  20. 17 2月, 2006 1 次提交
  21. 31 1月, 2006 1 次提交
  22. 28 1月, 2006 2 次提交
  23. 15 1月, 2006 1 次提交
  24. 09 1月, 2006 1 次提交
    • J
      [PATCH] ieee80211: enable hw wep where host has to build IV · a4bf26f3
      Johannes Berg 提交于
      This patch fixes some of the ieee80211 crypto related code so that
      instead of having the host fully do crypto operations, the host_build_iv
      flag works properly (for WEP in this patch) which, if turned on,
      requires the hardware to do all crypto operations, but the ieee80211
      layer builds the IV. The hardware also has to build the ICV.
      
      Previously, the host_build_iv flag couldn't be used at all for WEP, and
      not alone (with both host_decrypt and host_encrypt disabled) because the
      crypto algorithm wasn't assigned. This is also fixed.
      
      I have tested this patch both in host crypto mode and in hw crypto mode
      (with the Broadcom chipset).
      
      [resent, signing digitally caused it to be MIME-junked, sorry]
      Signed-Off-By: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      a4bf26f3
  25. 08 11月, 2005 2 次提交
  26. 19 10月, 2005 1 次提交
  27. 23 9月, 2005 1 次提交
  28. 22 9月, 2005 6 次提交