|
@@ -77,12 +77,14 @@ struct twt_psoc_priv_obj {
|
|
|
* @twt_wait_for_notify: wait for notify
|
|
|
* @dialog_id: TWT dialog id
|
|
|
* @peer_macaddr: Peer mac address
|
|
|
+ * @is_ps_disabled: Whether power save is disabled or not
|
|
|
* @next_action: next action of TWT worker queue
|
|
|
*/
|
|
|
struct twt_vdev_priv_obj {
|
|
|
bool twt_wait_for_notify;
|
|
|
uint32_t dialog_id;
|
|
|
struct qdf_mac_addr peer_macaddr;
|
|
|
+ bool is_ps_disabled;
|
|
|
enum HOST_TWT_NEXT_WORK_ACTION next_action;
|
|
|
};
|
|
|
|