Staging: rtl8723bs: remove useless structs in rtw_event.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 22 Mar 2021 13:37:07 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Mar 2021 16:05:45 +0000 (17:05 +0100)
Remove the following unreferenced struct's in include/rtw_event.h:

struct addba_event
struct c2hevent_queue

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-10-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_event.h

index 560521c..d48bae5 100644 (file)
@@ -60,10 +60,6 @@ struct stadel_event {
  int mac_id;
 };
 
-struct addba_event {
-       unsigned int tid;
-};
-
 struct wmm_event {
        unsigned char wmm;
 };
@@ -88,13 +84,6 @@ struct event_node {
        int     caller_ff_sz;
 };
 
-struct c2hevent_queue {
-       volatile int    head;
-       volatile int    tail;
-       struct  event_node      nodes[C2HEVENT_SZ];
-       unsigned char seq;
-};
-
 #define NETWORK_QUEUE_SZ       4
 
 struct network_queue {