cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_node.c

Sam Leffler sam at FreeBSD.org
Fri Dec 31 14:05:14 PST 2004


sam         2004-12-31 22:05:13 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_input.c ieee80211_node.c 
  Log:
  fixup inactivity timers:
  o ic_inact_auth is a bad name, it's the inactivity threshold
    for being associated but not authorized; use it that way
  o reset ni_inact when switching inactivity thresholds to
    minimize the race against the timer (don't want to lock
    for this stuff)
  o change the inactivity probe threshold from a one-shot to
    cover a range: when below this threshold but not expired
    send a probe each inactivity interval; should probably
    guard against the interval being turned way down as this
    could cause us to spam the net with probes
  
  Revision  Changes    Path
  1.27      +0 -2      src/sys/net80211/ieee80211_input.c
  1.29      +7 -3      src/sys/net80211/ieee80211_node.c


More information about the cvs-src mailing list