qcacld-3.0: Remove unused crypto params

Remove unused crypto params from wma and peer mlme priv.

Change-Id: I85b4ba0e31b268e98be0afd15637ed3f704b39ac
CRs-Fixed: 2604383
Este commit está contenido en:
Abhishek Singh
2020-01-16 13:16:53 +05:30
cometido por nshrivas
padre d745fa3819
commit 81df27d0ce
Se han modificado 2 ficheros con 0 adiciones y 7 borrados

Ver fichero

@@ -55,13 +55,11 @@ struct wlan_ies {
/**
* struct peer_mlme_priv_obj - peer MLME component object
* @ucast_key_cipher: unicast crypto type.
* @is_pmf_enabled: True if PMF is enabled
* @last_assoc_received_time: last assoc received time
* @last_disassoc_deauth_received_time: last disassoc/deauth received time
*/
struct peer_mlme_priv_obj {
uint32_t ucast_key_cipher;
bool is_pmf_enabled;
qdf_time_t last_assoc_received_time;
qdf_time_t last_disassoc_deauth_received_time;