Date: Sun, 21 Sep 2008 23:25:33 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_node.h Message-ID: <200809212325.m8LNPoqD081859@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-09-21 23:25:33 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c ieee80211_node.h Log: SVN rev 183251 on 2008-09-21 23:25:33Z by sam Add current transmit parameters for fixed rate handling so drivers don't duplicate this. These are setup according to the role of the node--the bss node for ap and adhoc modes need to use parameters that are the least common denomimator of all nodes in the bss; otherwise we are setting up params for a station joining a bss and we select those according to the capabilities of the station. This stuff needs more work as we do extra work due to having setup in common code paths shared by nodes using both roles. Revision Changes Path 1.101 +45 -0 src/sys/net80211/ieee80211_node.c 1.35 +1 -0 src/sys/net80211/ieee80211_node.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809212325.m8LNPoqD081859>