cvs commit: src/sys/dev/ath if_ath.c
Sam Leffler
sam at FreeBSD.org
Sun Jul 3 01:09:56 GMT 2005
sam 2005-01-24 20:05:03 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c
Log:
beacon handling fixups for adhoc mode:
o don't reclaim any previous beacon state in ath_beacon_alloc; do it
explicitly in ath_newstate
o reference count the node held in the beacon frame state block
o process ibss merge more intelligently; let the state machine do the
right thing instead of explicitly setting the new bssi id
o explicitly stop tx dma before doing beacon setup to handle the ibss
merge case
Revision Changes Path
1.75 +21 -12 src/sys/dev/ath/if_ath.c
More information about the cvs-src
mailing list