staging: r8188eu: move rtw_indicate_sta_assoc_event() to rtw_ap.c
authorMichael Straube <straube.linux@gmail.com>
Fri, 19 Aug 2022 12:54:21 +0000 (14:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Aug 2022 13:40:25 +0000 (15:40 +0200)
commitfcd233451c9030aac4635e7bcb71a86e15fe1eb2
treef1ee0410ff0527d8f7cda887acf438eec5d00f0a
parentde743211d3bcf62c92ae10c584885a42fb4bce99
staging: r8188eu: move rtw_indicate_sta_assoc_event() to rtw_ap.c

Move the function rtw_indicate_sta_assoc_event() to core/rtw_ap.c to
get one step closer to removing os_dep/mlme_linux.c.

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-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_ap.c
drivers/staging/r8188eu/os_dep/mlme_linux.c