Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2009 19:28:17 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath if_ath.c src/sys/net80211 ieee80211.h ieee80211_scan_sta.c ieee80211_tdma.c ieee80211_tdma.h ieee80211_var.h
Message-ID:  <200903181928.n2IJScjn004885@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2009-03-18 19:28:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c 
    sys/net80211         ieee80211.h ieee80211_scan_sta.c 
                         ieee80211_tdma.c ieee80211_tdma.h 
                         ieee80211_var.h 
  Log:
  SVN rev 189980 on 2009-03-18 19:28:17Z by sam
  
  Minor cleanups of tdma protocol handling:
  o break out version-related code to simplify rev'ing the protocol
  o add parameter validation macros so checks that appear multiple places
    are consistent (and easy to change)
  o add protocol version check when looking for a scan candidate
  o improve scan debug output format
  o rewrite beacon update handling to calculate a bitmask of changed values
    and pass that down through the driver callback so drivers can optimize work
  o do slot bounds check before use when parsing received beacons
  
  Revision  Changes    Path
  1.241     +3 -3      src/sys/dev/ath/if_ath.c
  1.26      +23 -7     src/sys/net80211/ieee80211.h
  1.24      +9 -5      src/sys/net80211/ieee80211_scan_sta.c
  1.7       +79 -47    src/sys/net80211/ieee80211_tdma.c
  1.2       +6 -1      src/sys/net80211/ieee80211_tdma.h
  1.73      +1 -1      src/sys/net80211/ieee80211_var.h



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