rtl8188eu: Remove most typedef statements from include/osdep_service.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-16 08:54:18 -05:00
parent 26b163f24f
commit e2285839e9
46 changed files with 531 additions and 733 deletions

View file

@ -300,7 +300,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 {