cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_node.h
Sam Leffler
sam at FreeBSD.org
Sun Sep 21 23:25:50 UTC 2008
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
More information about the cvs-src
mailing list