Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0985dfbc authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

rtlwifi: Add dm structs to private structure



Add the dig_t and ps_t structures to the private variables.

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent df37a0ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1688,6 +1688,10 @@ struct rtl_priv {
	   interface or hardware */
	unsigned long status;

	/* tables for dm */
	struct dig_t dm_digtable;
	struct ps_t dm_pstable;

	/* data buffer pointer for USB reads */
	__le32 *usb_data;
	int usb_data_index;