rtlwifi: Add dm structs to private structure
Add the dig_t and ps_t structures to the private variables. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Родитель
df37a0eccf
Коммит
0985dfbc51
|
@ -1688,6 +1688,10 @@ struct rtl_priv {
|
||||||
interface or hardware */
|
interface or hardware */
|
||||||
unsigned long status;
|
unsigned long status;
|
||||||
|
|
||||||
|
/* tables for dm */
|
||||||
|
struct dig_t dm_digtable;
|
||||||
|
struct ps_t dm_pstable;
|
||||||
|
|
||||||
/* data buffer pointer for USB reads */
|
/* data buffer pointer for USB reads */
|
||||||
__le32 *usb_data;
|
__le32 *usb_data;
|
||||||
int usb_data_index;
|
int usb_data_index;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче