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

Commit 5ef6c5db authored by Madhumitha Prabakaran's avatar Madhumitha Prabakaran Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8723bs: Remove typedef in struct ieee_param



Remove typedef in struct ieee_param, as the struct that
has elements that can reasonably be directly accessed
should never be a typedef.

Signed-off-by: default avatarMadhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 74941703
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ enum NETWORK_TYPE
#define IsSupportedVHT(NetType) (((NetType) & (WIRELESS_11AC)) ? true : false)


typedef struct ieee_param {
struct ieee_param {
	u32 cmd;
	u8 sta_addr[ETH_ALEN];
	union {
@@ -240,7 +240,7 @@ typedef struct ieee_param {
			u8 buf[0];
		} bcn_ie;
	} u;
}ieee_param;
};

struct ieee_param_ex {
	u32 cmd;