commit 4fbce6bd8e60ea694d7c12ba6454737d11aef96d
Author: Sascha Wildner <[email protected]>
Date: Fri Apr 4 10:07:53 2014 +0200
kernel/802_11: More ratectl fixes (fixes an ath(4) panic).
Set the default rate control algorithm to NONE instead of AMRR and
add some missing ieee80211_ratectl_node_init()s which I had overlooked
earlier.
Reported-by: Johannes Hofmann <[email protected]>
Tested-by: Imre Vadasz <[email protected]>
Summary of changes:
sys/netproto/802_11/wlan/ieee80211.c | 2 +-
sys/netproto/802_11/wlan/ieee80211_node.c | 4 ++++
sys/netproto/802_11/wlan/ieee80211_sta.c | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4fbce6bd8e60ea694d7c12ba6454737d11aef96d
--
DragonFly BSD source repository