Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148373086
D44208.1786505234.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
503 B
Referenced Files
None
Subscribers
None
D44208.1786505234.diff
View Options
diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c
--- a/sys/compat/linuxkpi/common/src/linux_80211.c
+++ b/sys/compat/linuxkpi/common/src/linux_80211.c
@@ -546,7 +546,7 @@
case WLAN_CIPHER_SUITE_TKIP:
return (IEEE80211_CRYPTO_TKIP);
case WLAN_CIPHER_SUITE_CCMP:
- return (IEEE80211_CIPHER_AES_CCM);
+ return (IEEE80211_CRYPTO_AES_CCM);
case WLAN_CIPHER_SUITE_WEP104:
return (IEEE80211_CRYPTO_WEP);
case WLAN_CIPHER_SUITE_AES_CMAC:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 12, 3:27 AM (16 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29397986
Default Alt Text
D44208.1786505234.diff (503 B)
Attached To
Mode
D44208: LinuxKPI: 802.11: return proper value for IEEE80211_CRYPTO_AES_CCM
Attached
Detach File
Event Timeline
Log In to Comment