hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/wireless/ath/ath6kl/wmi.h
....@@ -2556,9 +2556,9 @@
25562556 enum network_type nw_type,
25572557 enum dot11_auth_mode dot11_auth_mode,
25582558 enum auth_mode auth_mode,
2559
- enum crypto_type pairwise_crypto,
2559
+ enum ath6kl_crypto_type pairwise_crypto,
25602560 u8 pairwise_crypto_len,
2561
- enum crypto_type group_crypto,
2561
+ enum ath6kl_crypto_type group_crypto,
25622562 u8 group_crypto_len, int ssid_len, u8 *ssid,
25632563 u8 *bssid, u16 channel, u32 ctrl_flags,
25642564 u8 nw_subtype);
....@@ -2610,7 +2610,7 @@
26102610
26112611 int ath6kl_wmi_get_stats_cmd(struct wmi *wmi, u8 if_idx);
26122612 int ath6kl_wmi_addkey_cmd(struct wmi *wmi, u8 if_idx, u8 key_index,
2613
- enum crypto_type key_type,
2613
+ enum ath6kl_crypto_type key_type,
26142614 u8 key_usage, u8 key_len,
26152615 u8 *key_rsc, unsigned int key_rsc_len,
26162616 u8 *key_material,