commit a72c14d04185056737ff168f4b897cdd11e5243f
Author: Sascha Wildner <[email protected]>
Date: Fri Apr 4 23:40:59 2014 +0200
kernel/802_11: Fix a panic in RUN -> AUTH -> RUN FSM transition.
When ratectl_node_init() is called and ni_rctls is already allocated,
use that pointer.
This is FreeBSD's r207323.
Pointed-out-by: Imre Vadasz <[email protected]>
Tested-by: Markus Pfeiffer <[email protected]>
Summary of changes:
sys/netproto/802_11/wlan/ieee80211_amrr.c | 13 +++++++------
sys/netproto/802_11/wlan/ieee80211_rssadapt.c | 10 +++++++---
2 files changed, 14 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a72c14d04185056737ff168f4b897cdd11e5243f
--
DragonFly BSD source repository