Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2009 04:43:42 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_node.h ieee80211_sta.c
Message-ID:  <200906110443.n5B4hsaW058693@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2009-06-11 04:43:42 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_node.c ieee80211_node.h 
                         ieee80211_sta.c 
  Log:
  SVN rev 193966 on 2009-06-11 04:43:42Z by sam
  
  When associating to an AP we don't know if HT is negotiated until
  we receive the AssocResp, so we can only set ni_txparms properly
  at that point.  To make this possible make node_setuptxparms public
  as ieee80211_node_setuptxparms.
  
  Revision  Changes    Path
  1.131     +6 -6      src/sys/net80211/ieee80211_node.c
  1.51      +1 -0      src/sys/net80211/ieee80211_node.h
  1.25      +1 -0      src/sys/net80211/ieee80211_sta.c



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