Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148408573
D44901.1786697760.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
734 B
Referenced Files
None
Subscribers
None
D44901.1786697760.diff
View Options
diff --git a/sys/net80211/ieee80211_freebsd.h b/sys/net80211/ieee80211_freebsd.h
--- a/sys/net80211/ieee80211_freebsd.h
+++ b/sys/net80211/ieee80211_freebsd.h
@@ -417,8 +417,7 @@
/*
* Crypto modules implement cipher support.
*/
-#define IEEE80211_CRYPTO_MODULE(name, version) \
-_IEEE80211_POLICY_MODULE(crypto, name, version); \
+#define IEEE80211_CRYPTO_MODULE_ADD(name) \
static void \
name##_modevent(int type) \
{ \
@@ -429,6 +428,10 @@
} \
TEXT_SET(crypto##_set, name##_modevent)
+#define IEEE80211_CRYPTO_MODULE(name, version) \
+ _IEEE80211_POLICY_MODULE(crypto, name, version); \
+ IEEE80211_CRYPTO_MODULE_ADD(name)
+
/*
* Scanner modules provide scanning policy.
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 14, 8:56 AM (3 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29405883
Default Alt Text
D44901.1786697760.diff (734 B)
Attached To
Mode
D44901: net80211: allow a single wlan crypto module to register for >1 cipher
Attached
Detach File
Event Timeline
Log In to Comment