Commit f033c876 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: Remove unused entries from struct dvobj_priv

parent 28c71e23
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */
+0 −4
Original line number Diff line number Diff line
@@ -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;