git: Move ieee80211_ratectl_node_init() from drivers into ieee80211.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Apr 3 00:22:04 PDT 2014


commit b437bb691dad02835b87957d5c0cb06c699dc181
Author: Sascha Wildner <saw at online.de>
Date:   Thu Apr 3 09:10:23 2014 +0200

    Move ieee80211_ratectl_node_init() from drivers into ieee80211.
    
    This fixes the amrr_node_deinit() panics we were getting after my
    recent ratectl commit broke it (it was trying to kfree a NULL
    pointer).
    
    It should also fix hostap mode for run(4) e.g.
    
    This commit is essentially FreeBSD's r217511.
    
    Pointed-out-by: Imre Vadasz <imre at vdsz.com>
    Taken-from:     FreeBSD

Summary of changes:
 sys/bus/u4b/wlan/if_rum.c                 | 9 ---------
 sys/dev/netif/ral/rt2661.c                | 9 ---------
 sys/dev/netif/wpi/if_wpi.c                | 9 ---------
 sys/netproto/802_11/wlan/ieee80211_node.c | 4 ++++
 4 files changed, 4 insertions(+), 27 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b437bb691dad02835b87957d5c0cb06c699dc181


-- 
DragonFly BSD source repository



More information about the Commits mailing list