cvs commit: src/sys/dev/ath if_ath.c if_athioctl.h if_athvar.h
Sam Leffler
sam at FreeBSD.org
Thu Feb 9 14:03:34 PST 2006
sam 2006-02-09 22:03:27 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c if_athioctl.h if_athvar.h
Log:
Phantom beacon miss workaround: track the tsf of the last received
frame and if we get a beacon miss interrupt ignore it if we've received
a frame within the beacon miss interval. This should never trigger
and the handling at the net80211 layer should likewise deal with this
but it doesn't hurt and can suppress extranous probe request frames.
Note that we can legtimately get a bmiss when under heavy load.
MFC after: 2 weeks
Revision Changes Path
1.120 +78 -23 src/sys/dev/ath/if_ath.c
1.13 +1 -0 src/sys/dev/ath/if_athioctl.h
1.42 +1 -0 src/sys/dev/ath/if_athvar.h
More information about the cvs-src
mailing list