Page MenuHomeFreeBSD

D49370.diff
No OneTemporary

D49370.diff

diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c
--- a/sys/dev/usb/wlan/if_uath.c
+++ b/sys/dev/usb/wlan/if_uath.c
@@ -441,6 +441,12 @@
ieee80211_init_channels(ic, NULL, bands);
ieee80211_ifattach(ic);
+
+ /* 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);
+
ic->ic_raw_xmit = uath_raw_xmit;
ic->ic_scan_start = uath_scan_start;
ic->ic_scan_end = uath_scan_end;

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 20, 3:25 PM (20 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17223677
Default Alt Text
D49370.diff (556 B)

Event Timeline