cvs commit: src/sys/net80211 ieee80211_node.c

Sam Leffler sam at FreeBSD.org
Wed Jan 18 11:56:18 PST 2006


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


More information about the cvs-src mailing list