mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-08 15:52:32 +01:00
netdev: netdev_build_cmd_authenticate doesn't fail
This commit is contained in:
parent
29aea1d411
commit
a8e2023a8e
@ -3649,9 +3649,6 @@ static void netdev_ft_tx_authenticate(struct iovec *iov,
|
||||
|
||||
cmd_authenticate = netdev_build_cmd_authenticate(netdev,
|
||||
NL80211_AUTHTYPE_FT);
|
||||
if (!cmd_authenticate)
|
||||
goto restore_snonce;
|
||||
|
||||
l_genl_msg_append_attrv(cmd_authenticate, NL80211_ATTR_IE, iov,
|
||||
iov_len);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user