rtl8188eu: Replace typedef for _timer with struct timer_list

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-24 15:10:50 -05:00
parent 7b01fe6191
commit 9c56f20d4c
10 changed files with 22 additions and 33 deletions

View file

@ -129,7 +129,7 @@ struct sta_info {
struct stainfo_stats sta_stats;
//for A-MPDU TX, ADDBA timeout check
_timer addba_retry_timer;
struct timer_list addba_retry_timer;
//for A-MPDU Rx reordering buffer control
struct recv_reorder_ctrl recvreorder_ctrl[16];