rtlwifi: Add dm structs to private structure
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 19 Apr 2012 21:32:40 +0000 (16:32 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 23 Apr 2012 19:35:32 +0000 (15:35 -0400)
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>
drivers/net/wireless/rtlwifi/wifi.h

index 32df6bd740a7f5b04d3dc2181053b874ba0a2394..bd816aef26dcbfa0517cd02cecaf2831bc42252d 100644 (file)
@@ -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;