Page MenuHomeFreeBSD

D49190.diff
No OneTemporary

D49190.diff

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

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)

Event Timeline