summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ratectl_none.c
Commit message (Collapse)AuthorAgeFilesLines
* Some device drivers calculate various timing related things based onbschmidt2010-11-131-0/+1
| | | | | | | | the currently selected rate. The calculations of course need a valid rate. To make that possible before any call to node_rate() is done, initialize ni_txrate on none_node_init() calls. MFC after: 1 week
* Fix an undefined behaviour if the desired ratectl algo is not available.bschmidt2010-10-191-0/+113
This can happen if the algos are built as modules but are not loaded. If the selected ratectl algo is not available, try to load it (The load module functions does nothing currently). Add a dummy ratectl algo which always selects the first available rate. Use that one if the desired algo is not available. MFC after: 1 week
OpenPOWER on IntegriCloud