mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
remove typedefs in ieee80211.h
This commit fixes checkpatch.pl warnings: also port the folowing commits 5ef6c5db04ffff21006099961c3c8acc5727b2c8 74941703accd4a94e7a74c31050d7985216b7034 7d0b4f3c9300f43b65125115f5728e1a5d39e270
This commit is contained in:
@@ -401,7 +401,6 @@ struct rtw_mesh_info {
|
||||
};
|
||||
|
||||
extern const char *_action_self_protected_str[];
|
||||
#define action_self_protected_str(action) ((action < RTW_ACT_SELF_PROTECTED_NUM) ? _action_self_protected_str[action] : _action_self_protected_str[0])
|
||||
|
||||
u8 *rtw_set_ie_mesh_id(u8 *buf, u32 *buf_len, const char *mesh_id, u8 id_len);
|
||||
u8 *rtw_set_ie_mesh_config(u8 *buf, u32 *buf_len
|
||||
|
||||
Reference in New Issue
Block a user