Searched hist:"01 a03542b1dbe2b51e588dffa6ee81816e4396f4" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_node.h | diff 01a03542b1dbe2b51e588dffa6ee81816e4396f4 Mon Sep 22 01:25:33 CEST 2008 Sam Leffler <sam@FreeBSD.org> 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. diff 01a03542b1dbe2b51e588dffa6ee81816e4396f4 Mon Sep 22 01:25:33 CEST 2008 Sam Leffler <sam@FreeBSD.org> 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.
|
H A D | ieee80211_node.c | diff 01a03542b1dbe2b51e588dffa6ee81816e4396f4 Mon Sep 22 01:25:33 CEST 2008 Sam Leffler <sam@FreeBSD.org> 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. diff 01a03542b1dbe2b51e588dffa6ee81816e4396f4 Mon Sep 22 01:25:33 CEST 2008 Sam Leffler <sam@FreeBSD.org> 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.
|