Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149969967
D49190.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
488 B
Referenced Files
None
Subscribers
None
D49190.diff
View Options
diff --git a/sys/dev/rtwn/if_rtwn.c b/sys/dev/rtwn/if_rtwn.c
--- a/sys/dev/rtwn/if_rtwn.c
+++ b/sys/dev/rtwn/if_rtwn.c
@@ -298,6 +298,11 @@
sc->sc_node_free = ic->ic_node_free;
ic->ic_node_free = rtwn_node_free;
+ /* Note: this has to happen AFTER ieee80211_ifattach() */
+ ieee80211_set_software_ciphers(ic, IEEE80211_CRYPTO_WEP |
+ IEEE80211_CRYPTO_TKIP | IEEE80211_CRYPTO_AES_CCM |
+ IEEE80211_CRYPTO_AES_GCM_128);
+
rtwn_postattach(sc);
rtwn_radiotap_attach(sc);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 29, 11:48 AM (6 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30525548
Default Alt Text
D49190.diff (488 B)
Attached To
Mode
D49190: rtwn: add support for AES-GCM-128 in the supported software cipher set
Attached
Detach File
Event Timeline
Log In to Comment