cvs commit: src/sys/net80211 ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c

Sam Leffler sam at FreeBSD.org
Fri Dec 31 12:51:42 PST 2004


sam         2004-12-31 20:51:41 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_crypto_ccmp.c 
                         ieee80211_crypto_tkip.c 
                         ieee80211_crypto_wep.c 
  Log:
  correct header length calculations on tx path for QoS-encapsulated frames
  when IEEE80211_F_DATAPAD is set (e.g. ath); must use ieee80211_hdrspace
  instead of ieee80211_hdrsize
  
  Revision  Changes    Path
  1.3       +3 -1      src/sys/net80211/ieee80211_crypto_ccmp.c
  1.4       +6 -3      src/sys/net80211/ieee80211_crypto_tkip.c
  1.4       +2 -1      src/sys/net80211/ieee80211_crypto_wep.c


More information about the cvs-src mailing list