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

Sam Leffler sam at FreeBSD.org
Tue Aug 19 14:35:10 PDT 2003


sam         2003/08/19 14:35:08 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c if_athioctl.h 
  Log:
  o pass control frames up the stack when in monitor mode (the 802.11 layer will
    quietly discard them; this just permits them to be collected with bpf)
  o add a counter for the number of rate control frames discarded when not in
    monitor mode
  o move the rx "too short" statistic in the stat structure so non-error rx stats
    are together (NB: ABI change to apps that collect stats via driver ioctl)
  
  Revision  Changes    Path
  1.11      +5 -2      src/sys/dev/ath/if_ath.c
  1.2       +2 -1      src/sys/dev/ath/if_athioctl.h


More information about the cvs-src mailing list