提交 0985dfbc 编写于 作者: L Larry Finger 提交者: John W. Linville

rtlwifi: Add dm structs to private structure

Add the dig_t and ps_t structures to the private variables.
Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 df37a0ec
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册