summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_mira.c
AgeCommit message (Expand)Author
2017-04-23Handle unequal numbers of Tx and Rx streams in MiRA.Stefan Sperling
2017-01-28Make mira cope with out-of-range single frame error rate (SFER) values.Stefan Sperling
2017-01-28Introduce ieee80211_mira_probe_done() helper which resets probing state,Stefan Sperling
2017-01-12Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts().Stefan Sperling
2017-01-09Stop defining MIRA_DEBUG by default.Stefan Sperling
2017-01-09Show node MAC addresses in mira debug output.Stefan Sperling
2016-12-26When calculating the set of MCS rates below a particular MCS, skip ratesStefan Sperling
2016-12-10Make mira rate scaling actually work with MIMO Tx rates.Stefan Sperling
2016-12-08Fix mira's next intra-rate calculations for MCS >= 8.Stefan Sperling
2016-12-06avoid a potentially uninitialised return valueJonathan Gray
2016-11-30Add a new implementation of MiRA, a rate scaling algorithm for 802.11n.Stefan Sperling