mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
ie: remove unneeded initialization
This commit is contained in:
parent
b7559d68c7
commit
d9aaf6c842
3
src/ie.c
3
src/ie.c
@ -1178,9 +1178,6 @@ static int build_ciphers_common(const struct ie_rsn_info *info, uint8_t *to,
|
||||
countptr = to + pos;
|
||||
pos += 2;
|
||||
|
||||
akm_suite = IE_RSN_AKM_SUITE_8021X;
|
||||
count = 0;
|
||||
|
||||
for (count = 0, akm_suite = IE_RSN_AKM_SUITE_8021X;
|
||||
akm_suite <= IE_RSN_AKM_SUITE_OSEN;
|
||||
akm_suite <<= 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user