Remove unnecessary bss != NULL checks from sme_authenticate()
authorJouni Malinen <j@w1.fi>
Sun, 10 Jan 2010 19:31:54 +0000 (21:31 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 10 Jan 2010 19:31:54 +0000 (21:31 +0200)
commitf337f0e9509e645a8732eb1992c8a11c9cff048c
tree4840417928f5641bbed42ab9cd8d1fe4b755cae4
parentb2180f4a89ad2aaddb474bf5ce142fabdc6a75f4
Remove unnecessary bss != NULL checks from sme_authenticate()

This is already verified in the beginning of the function, so no need
to repeat that multiple times.
wpa_supplicant/sme.c