rtl8188eu: Convert typedef for _list to struct list_head

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-25 09:49:25 -05:00
parent 6717ae7e4f
commit 3d755766c9
23 changed files with 103 additions and 154 deletions

View file

@ -296,7 +296,7 @@ struct ieee_ibss_seq {
u16 seq_num;
u16 frag_num;
unsigned long packet_time;
_list list;
struct list_head list;
};
struct rtw_ieee80211_hdr {