Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yan-Hsuan Chuang and committed by
Kalle Valo
a3b0c66c 0d788295

+1 -1
+1 -1
drivers/net/wireless/realtek/rtw88/main.c
··· 20 20 module_param_named(support_lps, rtw_fw_support_lps, bool, 0644); 21 21 module_param_named(debug_mask, rtw_debug_mask, uint, 0644); 22 22 23 - MODULE_PARM_DESC(support_lps, "Set Y to enable LPS support"); 23 + MODULE_PARM_DESC(support_lps, "Set Y to enable Leisure Power Save support, to turn radio off between beacons"); 24 24 MODULE_PARM_DESC(debug_mask, "Debugging mask"); 25 25 26 26 static struct ieee80211_channel rtw_channeltable_2g[] = {