Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2006 19:56:17 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net80211 ieee80211_node.c
Message-ID:  <200601181956.k0IJuHgp085607@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2006-01-18 19:56:17 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_node.c 
  Log:
  bump the scan generation number before iterating so we're guaranteed
  to have a value that's not been used before; this fixes the problem
  where the first traversal of the scan list did nothing because the
  entries were initialized with the current generation number (a
  separate issue)
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.72      +2 -2      src/sys/net80211/ieee80211_node.c



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