<[email protected]> writes:

> From: Yan-Hsuan Chuang <[email protected]>
>
> main files for Realtek 802.11ac wireless network chips
>
> Reviewed-by: Stanislaw Gruszka <[email protected]>
> Signed-off-by: Yan-Hsuan Chuang <[email protected]>

[...]

> +static bool rtw_fw_support_lps;
> +unsigned int rtw_debug_mask;
> +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");

Not everyone (myself included) do not know what LPS means, please spell
it out in the description.

-- 
Kalle Valo

Reply via email to