3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

device: Remove unnecessary assignment

This commit is contained in:
Andrew Zaborowski 2018-01-15 14:31:21 +01:00 committed by Denis Kenzior
parent 71669c4aec
commit 69b852126d

View File

@ -1036,8 +1036,6 @@ static bool device_roam_scan_notify(uint32_t wiphy_id, uint32_t ifindex,
* list in its device->networks entry.
*/
network = device->connected_network;
orig_security = network_get_security(network);
if (hs->mde)