rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queue
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / wifi.h
index 7ec95cb1ee1bd5d6fb854a19711a03087e90b50c..70193a51954706dadf15a47321b39289fa9480af 100644 (file)
@@ -1796,7 +1796,7 @@ struct rtl_works {
        struct delayed_work ps_rfon_wq;
        struct delayed_work fwevt_wq;
 
-       struct work_struct lps_leave_work;
+       struct work_struct lps_change_work;
 };
 
 struct rtl_debug {
@@ -1966,6 +1966,7 @@ struct rtl_priv {
                        bool bt_operation_on;
                };
        };
+       bool enter_ps;  /* true when entering PS */
 
        /*This must be the last item so
           that it points to the data allocated
This page took 0.02378 seconds and 5 git commands to generate.