Commit 86ce9840 authored by Marco Cesati's avatar Marco Cesati Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8723bs: remove useless structs in rtw_mp.h



Remove the following unreferenced struct's in include/rtw_mp.h:

	struct iocmd_struct
	struct rf_reg_param
	struct bb_reg_param

Signed-off-by: default avatarMarco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-8-marcocesati@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7bb86588
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -259,23 +259,6 @@ struct mp_priv {
	u8 *TXradomBuffer;
};

struct iocmd_struct {
	u8 cmdclass;
	u16 value;
	u8 index;
};

struct rf_reg_param {
	u32 path;
	u32 offset;
	u32 value;
};

struct bb_reg_param {
	u32 offset;
	u32 value;
};

#define LOWER	true
#define RAISE	false