Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2008 16:46:50 +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/dev/iwn if_iwn.c src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb if_zyd.c src/sys/dev/wpi if_wpi.c src/sys/net80211 ieee80211_adhoc.c ieee80211_sta.c
Message-ID:  <200810271647.m9RGlQGE040112@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2008-10-27 16:46:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c 
    sys/dev/iwn          if_iwn.c 
    sys/dev/ral          rt2560.c rt2661.c 
    sys/dev/usb          if_zyd.c 
    sys/dev/wpi          if_wpi.c 
    sys/net80211         ieee80211_adhoc.c ieee80211_sta.c 
  Log:
  SVN rev 184345 on 2008-10-27 16:46:50Z by sam
  
  o use the new association callback to notify the driver when joining a bss
    in sta and adhoc modes; this should've been done forever ago as most all
    drivers use this hook to set per-station transmit parameters such as for
    tx rate control
  o adjust drivers to remove explicit calls to the driver newassoc method
  
  Revision  Changes    Path
  1.195     +0 -4      src/sys/dev/ath/if_ath.c
  1.9       +0 -5      src/sys/dev/iwn/if_iwn.c
  1.27      +1 -6      src/sys/dev/ral/rt2560.c
  1.27      +1 -6      src/sys/dev/ral/rt2661.c
  1.23      +0 -5      src/sys/dev/usb/if_zyd.c
  1.18      +0 -5      src/sys/dev/wpi/if_wpi.c
  1.6       +6 -2      src/sys/net80211/ieee80211_adhoc.c
  1.10      +5 -0      src/sys/net80211/ieee80211_sta.c



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