提交 3a46582c 编写于 作者: R Ryder Lee 提交者: Felix Fietkau

wifi: mt76: mt7915: add missing MODULE_PARM_DESC

Add documentation for module_param so that they're visible with
modinfo command.
Signed-off-by: NRyder Lee <ryder.lee@mediatek.com>
Signed-off-by: NFelix Fietkau <nbd@nbd.name>
上级 c6cde7b7
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
static bool wed_enable; static bool wed_enable;
module_param(wed_enable, bool, 0644); module_param(wed_enable, bool, 0644);
MODULE_PARM_DESC(wed_enable, "Enable Wireless Ethernet Dispatch support");
static const u32 mt7915_reg[] = { static const u32 mt7915_reg[] = {
[INT_SOURCE_CSR] = 0xd7010, [INT_SOURCE_CSR] = 0xd7010,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册