mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 04:09:18 -04:00
staging: rtl8192e: Convert typedef adhoc_peers_info_t to struct adhoc_peers_info
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -191,11 +191,10 @@ struct adhoc_peer_entry {
|
||||
unsigned char WirelessMode;
|
||||
unsigned char bCurTxBW40MHz;
|
||||
};
|
||||
typedef struct
|
||||
{
|
||||
struct adhoc_peers_info {
|
||||
struct adhoc_peer_entry Entry[MAX_ADHOC_PEER_NUM];
|
||||
unsigned char num;
|
||||
} adhoc_peers_info_t, *p_adhoc_peers_info_t;
|
||||
};
|
||||
|
||||
int r8192_wx_get_adhoc_peers(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
|
||||
Reference in New Issue
Block a user