iprowifi3945: Disable hardware AES.
Recommended by the FreeBSD developers as "possibly broken." Hopefully helps with #14260.
This commit is contained in:
parent
e131a159c3
commit
77cf476567
@ -468,8 +468,10 @@ wpi_attach(device_t dev)
|
||||
| IEEE80211_C_PMGT /* Station-side power mgmt */
|
||||
;
|
||||
|
||||
#ifndef __HAIKU__
|
||||
ic->ic_cryptocaps =
|
||||
IEEE80211_CRYPTO_AES_CCM;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Read in the eeprom and also setup the channels for
|
||||
|
Loading…
x
Reference in New Issue
Block a user