staging: r8188eu: remove OnAtim prototype
authorMartin Kaiser <martin@kaiser.cx>
Sun, 24 Jul 2022 15:33:48 +0000 (17:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jul 2022 06:45:11 +0000 (08:45 +0200)
The OnAtim function was removed in commit 6d933902c609 ("staging: r8188eu:
remove OnAtim"). Remove the prototype as well.

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/20220724153349.138741-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_mlme_ext.h

index bf952755ba3537531f9692b471c4db99523af0a6..cb3db22654ebea5a4dc5343afce25caa3ebf6cd1 100644 (file)
@@ -552,8 +552,6 @@ unsigned int DoReserved(struct adapter *padapter,
                        struct recv_frame *precv_frame);
 unsigned int OnBeacon(struct adapter *padapter,
                      struct recv_frame *precv_frame);
-unsigned int OnAtim(struct adapter *padapter,
-                   struct recv_frame *precv_frame);
 unsigned int OnDisassoc(struct adapter *padapter,
                        struct recv_frame *precv_frame);
 unsigned int OnAuth(struct adapter *padapter,