mirror of
https://github.com/proski/madwifi
synced 2025-02-19 16:54:18 +03:00
De-FAIL previous revisions
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3305 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
b0f92899f4
commit
b8e6b99d2c
@ -417,7 +417,7 @@ ieee80211_reset_bss(struct ieee80211vap *vap)
|
||||
KASSERT(ni != NULL, ("unable to setup inital BSS node"));
|
||||
|
||||
vap->iv_bss = PASS_NODE(ni);
|
||||
KASSERT( (atomic_read(&ni->ni_refcnt) == 2),
|
||||
KASSERT((atomic_read(&vap->iv_bss->ni_refcnt) == 2),
|
||||
("wrong refcount for new node."));
|
||||
|
||||
if (obss != NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user