Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157748329
D43655.id134336.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
547 B
Referenced Files
None
Subscribers
None
D43655.id134336.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D43655: net80211: fix checks for (*iv_preamble_update)/(*iv_ht_protmode_update)
Attached
Detach File
Event Timeline
Log In to Comment