aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/include/hal_intf.h
diff options
context:
space:
mode:
authorMarco Cesati <marcocesati@gmail.com>2021-03-22 14:37:06 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-22 17:05:45 +0100
commit7d391dced4028464b06290cd4f47e442b3cb7659 (patch)
tree6c7753a3a30942bfedf0cf4881eb14538f272655 /drivers/staging/rtl8723bs/include/hal_intf.h
parentStaging: rtl8723bs: remove useless structs in rtw_mp.h (diff)
downloadlinux-dev-7d391dced4028464b06290cd4f47e442b3cb7659.tar.xz
linux-dev-7d391dced4028464b06290cd4f47e442b3cb7659.zip
Staging: rtl8723bs: remove useless structs in hal_intf.h
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>
Diffstat (limited to 'drivers/staging/rtl8723bs/include/hal_intf.h')
-rw-r--r--drivers/staging/rtl8723bs/include/hal_intf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/rtl8723bs/include/hal_intf.h b/drivers/staging/rtl8723bs/include/hal_intf.h
index 5cae87782059..3cd46a670e6d 100644
--- a/drivers/staging/rtl8723bs/include/hal_intf.h
+++ b/drivers/staging/rtl8723bs/include/hal_intf.h
@@ -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