mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
Staging: rtl8723bs: Remove typedef in struct ieee_param_ex
Remove typedef in struct ieee_param_ex, as the struct that has elements that can reasonably be directly accessed should never be a typedef. Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7be2b288be
commit
74941703ac
|
|
@ -242,11 +242,11 @@ typedef struct ieee_param {
|
|||
} u;
|
||||
}ieee_param;
|
||||
|
||||
typedef struct ieee_param_ex {
|
||||
struct ieee_param_ex {
|
||||
u32 cmd;
|
||||
u8 sta_addr[ETH_ALEN];
|
||||
u8 data[0];
|
||||
}ieee_param_ex;
|
||||
};
|
||||
|
||||
struct sta_data{
|
||||
u16 aid;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user