staging: r8188eu: ignore_received_deauth is a boolean
authorMartin Kaiser <martin@kaiser.cx>
Sat, 15 Oct 2022 15:24:40 +0000 (17:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Oct 2022 15:35:04 +0000 (17:35 +0200)
commite2c532aadd86fd51ebde566e6af74b1eb1be89e0
tree0072eafdca0180e0a3b40b6e7dbca911891bd6aa
parent000848a511fc77b26864f2d95c8efa853e6bf82f
staging: r8188eu: ignore_received_deauth is a boolean

The ignore_received_deauth is in fact a boolean variable. Change its type
to bool and use true, false for its values.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Acked-by: Pavel Skripkin <paskripkin@gmail.com>
Link: https://lore.kernel.org/r/20221015152440.232281-10-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme_ext.c