staging: r8188eu: remove wait_ack param from _issue_probereq_p2p
authorMartin Kaiser <martin@kaiser.cx>
Sun, 23 Oct 2022 17:08:07 +0000 (19:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2022 17:22:52 +0000 (19:22 +0200)
commite329c18341b72c8386a1a25f8176ec541e66bf2b
tree69a57c8b7535a5cafc74269024bd95dc839ce84b
parent9e9e26190ee651ba868281ae16eab5dc1bcecf0e
staging: r8188eu: remove wait_ack param from _issue_probereq_p2p

The only caller of _issue_probereq_p2p sets wait_ack = false. Remove the
wait_ack parameter and the code that would run only if wait_ack == true.

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