staging: r8188eu: remove unused action handler prototypes

For some action categories, we removed the handler function, but we forgot
the prototypes. Remove them as well.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220502200652.143665-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Martin Kaiser 2022-05-02 22:06:46 +02:00 committed by Greg Kroah-Hartman
parent efba1df56f
commit 639880ea94

View file

@ -567,12 +567,6 @@ unsigned int OnDeAuth(struct adapter *padapter,
unsigned int OnAction(struct adapter *padapter,
struct recv_frame *precv_frame);
unsigned int on_action_spct(struct adapter *padapter,
struct recv_frame *precv_frame);
unsigned int OnAction_qos(struct adapter *padapter,
struct recv_frame *precv_frame);
unsigned int OnAction_dls(struct adapter *padapter,
struct recv_frame *precv_frame);
unsigned int OnAction_back(struct adapter *padapter,
struct recv_frame *precv_frame);
unsigned int on_action_public(struct adapter *padapter,