staging: r8188eu: drop return value from issue_probereq_ex
authorMartin Kaiser <martin@kaiser.cx>
Sat, 26 Nov 2022 15:42:49 +0000 (16:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Dec 2022 12:26:13 +0000 (13:26 +0100)
commitd43ea3d4d2efd015ae7999168a58796671df4138
treea2f05331c4872bea69f51483c185b1e5aef8eb76
parentd30f4436f364b4ad915ca2c09be07cd0f93ceb44
staging: r8188eu: drop return value from issue_probereq_ex

The only caller of issue_probereq_ex does not check the return value. We
can remove it and make issue_probereq_ex a void function.

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