cvs commit: src/sys/dev/ath if_ath.c if_athvar.h

Sam Leffler sam at FreeBSD.org
Mon Jan 24 12:31:24 PST 2005


sam         2005-01-24 20:31:24 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c if_athvar.h 
  Log:
  Fixup radiotap handling of FCS and QoS frames per discussion with David Young:
  o mark rx frames including FCS in the payload with the
    IEEE80211_RADIOTAP_F_FCS flag
  o remove hack to copy 802.11 headers with padding out of line; instead mark
    the frames with IEEE80211_RADIOTAP_F_DATAPAD and require applications to
    do the work
  o split precalculated radiotap flags into tx+rx now that they can be different
  
  Note the full usefulness of these changes depends on updates to applications
  that process radiotap data.
  
  Revision  Changes    Path
  1.76      +11 -34    src/sys/dev/ath/if_ath.c
  1.20      +5 -9      src/sys/dev/ath/if_athvar.h


More information about the cvs-src mailing list