Return lowest rate for a "reclaimed" node, whose TX rate control data was
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 7 May 2007 10:45:42 +0000 (10:45 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 7 May 2007 10:45:42 +0000 (10:45 +0000)
commit106e05dfded6f638ebbf0dc7c16b682d3419704f
tree78b26b7cc4f9e1210b2bb93b69d903cdb632e5c6
parentce81f1843996bfddcced0c065c5d64b48160aea1
Return lowest rate for a "reclaimed" node, whose TX rate control data was
already freed.  Since this kind of node will vanish soon, there is no need
to initialize TX rate control data for it here.  Add comment about it.

This problem (null pointer dereference) pops up when hostapd(8) is used on
a Ralink 2561S based ral(4).
sys/netproto/802_11/wlan_ratectl/sample/ieee80211_ratectl_sample.c