Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140144928
D3595.id8675.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D3595.id8675.diff
View Options
Index: sys/net80211/ieee80211_crypto_ccmp.c
===================================================================
--- sys/net80211/ieee80211_crypto_ccmp.c
+++ sys/net80211/ieee80211_crypto_ccmp.c
@@ -168,7 +168,7 @@
ivp[7] = k->wk_keytsc >> 40; /* PN5 */
/*
- * Finally, do software encrypt if neeed.
+ * Finally, do software encrypt if need.
*/
if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) &&
!ccmp_encrypt(k, m, hdrlen))
Index: sys/net80211/ieee80211_crypto_tkip.c
===================================================================
--- sys/net80211/ieee80211_crypto_tkip.c
+++ sys/net80211/ieee80211_crypto_tkip.c
@@ -195,7 +195,7 @@
ivp[7] = k->wk_keytsc >> 40; /* TSC5 */
/*
- * Finally, do software encrypt if neeed.
+ * Finally, do software encrypt if need.
*/
if (k->wk_flags & IEEE80211_KEY_SWENCRYPT) {
if (!tkip_encrypt(ctx, k, m, hdrlen))
Index: sys/net80211/ieee80211_crypto_wep.c
===================================================================
--- sys/net80211/ieee80211_crypto_wep.c
+++ sys/net80211/ieee80211_crypto_wep.c
@@ -184,7 +184,7 @@
ivp[3] = keyid;
/*
- * Finally, do software encrypt if neeed.
+ * Finally, do software encrypt if need.
*/
if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) &&
!wep_encrypt(k, m, hdrlen))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 7:54 PM (14 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27120593
Default Alt Text
D3595.id8675.diff (1 KB)
Attached To
Mode
D3595: net80211: fix few comments (neeed -> need)
Attached
Detach File
Event Timeline
Log In to Comment