]> git.ipfire.org Git - thirdparty/hostap.git/commit
bgscan: Remove unnecessary NULL check
authorJouni Malinen <j@w1.fi>
Sun, 8 Jan 2017 10:43:33 +0000 (12:43 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 8 Jan 2017 10:43:33 +0000 (12:43 +0200)
commit9d6eaad6b8d1caeaa9a27c7486018c624c8ce16d
tree76322f1d71bc68b284a15ee8ea818d662d7c0b4b
parent0f9b4a0f1dd20ad2179b1eeeef269294f9d5893f
bgscan: Remove unnecessary NULL check

bgscan_init() is the only caller for the init() function and the
parameters argument is never NULL.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/bgscan_learn.c
wpa_supplicant/bgscan_simple.c