summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
diff options
context:
space:
mode:
authorYan-Hsuan Chuang <yhchuang@realtek.com>2019-05-03 19:53:35 +0800
committerKalle Valo <kvalo@codeaurora.org>2019-05-28 14:50:46 +0300
commita3b0c66c5928acff34fb40745451e1369a21e4fa (patch)
treeb79c3832c3e51ecab558f369e0e7f1aa138619db /drivers/net/wireless/realtek
parent0d7882950c73de464c3d95ae5e4038059dcd46c8 (diff)
downloadlinux-a3b0c66c5928acff34fb40745451e1369a21e4fa.tar.gz
linux-a3b0c66c5928acff34fb40745451e1369a21e4fa.tar.bz2
linux-a3b0c66c5928acff34fb40745451e1369a21e4fa.zip
rtw88: more descriptions about LPS
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 <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/realtek')
-rw-r--r--drivers/net/wireless/realtek/rtw88/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtw88/main.c b/drivers/net/wireless/realtek/rtw88/main.c
index f447361f7573..142e530ca8d6 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, to turn radio off between beacons");
MODULE_PARM_DESC(debug_mask, "Debugging mask");
static struct ieee80211_channel rtw_channeltable_2g[] = {