staging: r8188eu: merge rtw_{os,}_indicate_connect()
authorMichael Straube <straube.linux@gmail.com>
Fri, 19 Aug 2022 12:54:26 +0000 (14:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Aug 2022 13:40:26 +0000 (15:40 +0200)
commit29c34f1d08e4d29b23dc919bbd02e56f41aff0ce
tree072ff5f2784e6370f8a2bdd994c96874dd718062
parent93535436cc93d2425c0c03149a64832de9e3c79e
staging: r8188eu: merge rtw_{os,}_indicate_connect()

Merge rtw_os_indicate_connect() into rtw_indicate_connect().
It looks like the driver was originaly written to support different
operating systems. We do not need this wrapping into an extra _os_
function obviously.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220819125428.8412-10-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme.c
drivers/staging/r8188eu/include/mlme_osdep.h
drivers/staging/r8188eu/os_dep/mlme_linux.c