Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 01:09:56 -0000
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ath if_ath.c
Message-ID:  <200501242005.j0OK53wM070845@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501242005.j0OK53wM070845>