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

Sam Leffler sam at FreeBSD.org
Mon Sep 15 12:41:56 PDT 2003


sam         2003/09/15 12:41:54 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c 
  Log:
  o do not filter received frames based on type or length; pass 'em all up
    to the 802.11 layer if they are at least IEEE80211_MIN_LEN
  o mask off interrupt status bits that we don't care about so we don't do
    the wrong thing; this fixes a problem where the beacon miss interrupt status
    bit is delivered together with other status bits when operating in monitor
    mode (we would post a beacon miss swi and then do the wrong thing)
  
  Revision  Changes    Path
  1.17      +3 -13     src/sys/dev/ath/if_ath.c


More information about the cvs-src mailing list