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