staging: rtl8723au: Remove unused entries from struct dvobj_priv
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
28c71e23d2
commit
f033c87649
|
@ -2042,7 +2042,6 @@ static void _ResetDigitalProcedure1_92C(struct rtw_adapter *padapter,
|
|||
are trying to enter IPS/HW&SW radio off. For
|
||||
S3/S4/S5/Disable, we can stop 8051 because */
|
||||
/* we will init FW when power on again. */
|
||||
/* if (!pDevice->RegUsbSS) */
|
||||
/* If we want to SS mode, we can not reset 8051. */
|
||||
if (rtw_read8(padapter, REG_MCUFWDL) & BIT1) {
|
||||
/* IF fw in RAM code, do reset */
|
||||
|
|
|
@ -186,8 +186,6 @@ struct dvobj_priv {
|
|||
int RtOutPipe[3];
|
||||
u8 Queue2Pipe[HW_QUEUE_ENTRY];/* for out pipe mapping */
|
||||
|
||||
u8 irq_alloc;
|
||||
|
||||
/*-------- below is for USB INTERFACE --------*/
|
||||
|
||||
u8 nr_endpoint;
|
||||
|
@ -196,8 +194,6 @@ struct dvobj_priv {
|
|||
u8 RtNumOutPipes;
|
||||
int ep_num[5]; /* endpoint number */
|
||||
|
||||
int RegUsbSS;
|
||||
|
||||
struct semaphore usb_suspend_sema;
|
||||
|
||||
struct mutex usb_vendor_req_mutex;
|
||||
|
|
Loading…
Reference in New Issue