Commit 7d391dce authored by Marco Cesati's avatar Marco Cesati Committed by Greg Kroah-Hartman
Browse files

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: default avatarMarco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-9-marcocesati@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 86ce9840
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -288,14 +288,6 @@ enum wowlan_subcode {
	WOWLAN_AP_DISABLE		= 13
	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_Pairwisekey			0x01
#define Rx_GTK					0x02
#define Rx_GTK					0x02
#define Rx_DisAssoc				0x04
#define Rx_DisAssoc				0x04