staging: rtl8723au: Remove some leftover pointers from struct rtw_adapter

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jes Sorensen 2014-04-26 18:55:26 +02:00 committed by Greg Kroah-Hartman
parent c25ef5eaf1
commit a0cae30aaf

View file

@ -275,11 +275,6 @@ struct rtw_adapter {
u8 init_adpt_in_progress; u8 init_adpt_in_progress;
u8 bHaltInProgress; u8 bHaltInProgress;
void *cmdThread;
void *evtThread;
void *xmitThread;
void *recvThread;
void (*intf_start)(struct rtw_adapter *adapter); void (*intf_start)(struct rtw_adapter *adapter);
void (*intf_stop)(struct rtw_adapter *adapter); void (*intf_stop)(struct rtw_adapter *adapter);