mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix typo. No functional change.
Obtained from: DragonFlyBSD
This commit is contained in:
parent
2fb1e09dee
commit
48e1bda05f
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ ieee80211_reset_bss(struct ieee80211vap *vap)
|
|||
ieee80211_reset_erp(ic);
|
||||
|
||||
ni = ieee80211_alloc_node(&ic->ic_sta, vap, vap->iv_myaddr);
|
||||
KASSERT(ni != NULL, ("unable to setup inital BSS node"));
|
||||
KASSERT(ni != NULL, ("unable to setup initial BSS node"));
|
||||
obss = vap->iv_bss;
|
||||
vap->iv_bss = ieee80211_ref_node(ni);
|
||||
if (obss != NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue