Page MenuHomeFreeBSD

D43655.id134336.diff
No OneTemporary

D43655.id134336.diff

diff --git a/sys/net80211/ieee80211_proto.c b/sys/net80211/ieee80211_proto.c
--- a/sys/net80211/ieee80211_proto.c
+++ b/sys/net80211/ieee80211_proto.c
@@ -1047,7 +1047,7 @@
IEEE80211_UNLOCK(ic);
/* Driver notification */
- if (vap->iv_erp_protmode_update != NULL)
+ if (vap->iv_preamble_update != NULL)
vap->iv_preamble_update(vap);
}
@@ -1187,7 +1187,7 @@
ic->ic_curhtprotmode);
/* Driver update */
- if (vap->iv_erp_protmode_update != NULL)
+ if (vap->iv_ht_protmode_update != NULL)
vap->iv_ht_protmode_update(vap);
}

File Metadata

Mime Type
text/plain
Expires
Mon, May 25, 7:39 PM (19 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33514671
Default Alt Text
D43655.id134336.diff (547 B)

Event Timeline