staging: r8188eu: irq_prepare_beacon_tasklet is unused
authorMartin Kaiser <martin@kaiser.cx>
Sat, 26 Feb 2022 18:14:52 +0000 (19:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Mar 2022 21:33:37 +0000 (22:33 +0100)
irq_prepare_beacon_tasklet in struct recv_priv is not used for r8188eu.
Remove it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220226181457.1138035-3-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_recv.h

index 13df957..a417a70 100644 (file)
@@ -170,7 +170,6 @@ struct recv_priv {
        struct semaphore allrxreturnevt;
        u8      rx_pending_cnt;
 
-       struct tasklet_struct irq_prepare_beacon_tasklet;
        struct tasklet_struct recv_tasklet;
        struct sk_buff_head free_recv_skb_queue;
        struct sk_buff_head rx_skb_queue;