]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/net/wireless/realtek/rtw88/ps.h
rtw88: not to control LPS by each vif
[linux.git] / drivers / net / wireless / realtek / rtw88 / ps.h
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2018-2019  Realtek Corporation
3  */
4
5 #ifndef __RTW_PS_H_
6 #define __RTW_PS_H_
7
8 #define RTW_LPS_THRESHOLD       2
9
10 int rtw_enter_ips(struct rtw_dev *rtwdev);
11 int rtw_leave_ips(struct rtw_dev *rtwdev);
12
13 void rtw_enter_lps(struct rtw_dev *rtwdev, u8 port_id);
14 void rtw_leave_lps(struct rtw_dev *rtwdev);
15 bool rtw_in_lps(struct rtw_dev *rtwdev);
16
17 #endif