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:
mentor 2008-01-29 17:46:15 +00:00
parent b0f92899f4
commit b8e6b99d2c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {