Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c92a869e authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: removes typedef of struct struct_frame_reg



This patch removes typedef of struct struct_frame_reg.
Renames the struct_frame_reg to frame_reg as well.

Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6d11c551
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -139,18 +139,17 @@ struct wilc_priv {

};

typedef struct {
struct frame_reg {
	u16 frame_type;
	bool reg;

} struct_frame_reg;
};

struct wilc_vif {
	u8 idx;
	u8 iftype;
	int monitor_flag;
	int mac_opened;
	struct_frame_reg g_struct_frame_reg[num_reg_frame];
	struct frame_reg g_struct_frame_reg[num_reg_frame];
	struct net_device_stats netstats;
	struct wilc *wilc;
	u8 src_addr[ETH_ALEN];