Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp376438yba; Fri, 3 May 2019 03:38:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqzJB2LPtC1VGZEAwTMQQ/V/PjZt1kAzPJMKoT/pqmW90d44kqDIg9edy9u+cF+S8imY1NPG X-Received: by 2002:a17:902:f24:: with SMTP id 33mr9269228ply.33.1556879931871; Fri, 03 May 2019 03:38:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556879931; cv=none; d=google.com; s=arc-20160816; b=xfZZB2Ia9qHrirIIM6twbb70PCW9pj9NoDYDzj1pY69a6cfVESY2hfWyt0+4S9ZuzJ CT8tt/EhbghhX2GORfJ3Jmgxs32f8brtM0+07Ij5t6jEIV8G4LBc69jtXKzLuKMy7iwa qnuzxH39LKN74oRFSFkRz1fZgShwqKJouVBWUPzlnHNys4EvdfIBjZVhVbLrJIAjjWvV jogSLqoaJbM5adLOhP9vFquyGLoJx1qsnW1RYx31MAljBulv7yk/spodRUSzwRLa1j4/ 6EEjVLXCsiJKRPXMW+yjHUfU8h+Z5c2C1D2bkFGZbkxLjSipkoEXKr2b/Wdz2+spkK5Q wkOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:authenticated-by; bh=N8wsriMFAsS4G5hxgvSF7q6S/LtV3DmCFulDsyZKPtg=; b=BfSJwch168qGRXetXPJvzyE6uXkdteOqo5WNVbfZ9G9XhoJ6pRUjja3EK5idXWWr6Z eRaBKTmMFFtoE7OpPJDmgC1QTblxqxTDdTGjqK6j5xgsl9lHxtfKzSyp1Z6Wvnd2d0sJ VjP47v6/6GwbMpVSqmIcF5ylggJbL7yeMWwYznB/mvhXNssyUh8r2nIdAOiYomoSNG/g vfyFkSt0JkuHuC33F6ZoNsaT1RgEQaWr50PF8u/M/Ybs1ojh62yAgSPGBK5c2S8XrHub YybrJ9rMl2ApoxWw2Y5QVSREs+uzE5fNZSEXU3oL6TEwsU73eC+4SE4TMFaHT7jdmYHh /+QQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e7si1804905pfc.152.2019.05.03.03.38.37; Fri, 03 May 2019 03:38:51 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727423AbfECKcV (ORCPT + 99 others); Fri, 3 May 2019 06:32:21 -0400 Received: from rtits2.realtek.com ([211.75.126.72]:48834 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727381AbfECKcU (ORCPT ); Fri, 3 May 2019 06:32:20 -0400 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.62 with qID x43AWG4O012132, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtitcasv01.realtek.com.tw[172.21.6.18]) by rtits2.realtek.com.tw (8.15.2/2.57/5.78) with ESMTPS id x43AWG4O012132 (version=TLSv1 cipher=AES256-SHA bits=256 verify=NOT); Fri, 3 May 2019 18:32:17 +0800 Received: from localhost.localdomain (172.21.68.126) by RTITCASV01.realtek.com.tw (172.21.6.18) with Microsoft SMTP Server id 14.3.408.0; Fri, 3 May 2019 18:32:16 +0800 From: To: CC: Subject: [PATCH 6/6] rtw88: more descriptions about LPS Date: Fri, 3 May 2019 18:31:42 +0800 Message-ID: <1556879502-16211-7-git-send-email-yhchuang@realtek.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1556879502-16211-1-git-send-email-yhchuang@realtek.com> References: <1556879502-16211-1-git-send-email-yhchuang@realtek.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.21.68.126] Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Yan-Hsuan Chuang The LPS represents Leisure Power Save. When enabled, firmware will be in charge of turning radio off between beacons. Also firmware should turn on the radio when beacon is coming, and the data queued should be transmitted in TBTT period. Signed-off-by: Yan-Hsuan Chuang --- drivers/net/wireless/realtek/rtw88/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtw88/main.c b/drivers/net/wireless/realtek/rtw88/main.c index f447361..6953013 100644 --- a/drivers/net/wireless/realtek/rtw88/main.c +++ b/drivers/net/wireless/realtek/rtw88/main.c @@ -20,7 +20,7 @@ EXPORT_SYMBOL(rtw_debug_mask); module_param_named(support_lps, rtw_fw_support_lps, bool, 0644); module_param_named(debug_mask, rtw_debug_mask, uint, 0644); -MODULE_PARM_DESC(support_lps, "Set Y to enable LPS support"); +MODULE_PARM_DESC(support_lps, "Set Y to enable Leisure Power Save support, turn radio off between beacons"); MODULE_PARM_DESC(debug_mask, "Debugging mask"); static struct ieee80211_channel rtw_channeltable_2g[] = { -- 2.7.4