Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153509053
D44901.id137805.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
734 B
Referenced Files
None
Subscribers
None
D44901.id137805.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
Wed, Apr 22, 1:03 PM (16 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31980683
Default Alt Text
D44901.id137805.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