]> git.ipfire.org Git - thirdparty/hostap.git/commit
BSD: Don't set or remove IFF_UP
authorRoy Marples <roy@marples.name>
Tue, 28 Jan 2020 16:58:28 +0000 (16:58 +0000)
committerJouni Malinen <jouni@codeaurora.org>
Sun, 2 Feb 2020 19:46:53 +0000 (21:46 +0200)
commitd807e289db96366da9682505d93ab899fe52739b
treeceab007536eb2224238d357d467577f050d0a935
parent4692e87b2574e94b5c238c408ef401ae3dca7938
BSD: Don't set or remove IFF_UP

Now that both hostapd and wpa_supplicant react to interface flag
changes, there is no need to set or remove IFF_UP.

It should be an administrative flag only.

Signed-off-by: Roy Marples <roy@marples.name>
src/drivers/driver_bsd.c