Staging: rtl8723bs: remove useless structs in hal_intf.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 22 Mar 2021 13:37:06 +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 in include/hal_intf.h:

struct wowlan_ioctl_param

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

index 5cae87782059a96be516ab84596ce4c65bd4928e..3cd46a670e6dea15ad1cadfc77042c0587504c95 100644 (file)
@@ -288,14 +288,6 @@ enum wowlan_subcode {
        WOWLAN_AP_DISABLE               = 13
 };
 
-struct wowlan_ioctl_param {
-       unsigned int subcode;
-       unsigned int subcode_value;
-       unsigned int wakeup_reason;
-       unsigned int len;
-       unsigned char pattern[0];
-};
-
 #define Rx_Pairwisekey                 0x01
 #define Rx_GTK                                 0x02
 #define Rx_DisAssoc                            0x04