mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
wifi: mt76: mt7915: add missing MODULE_PARM_DESC
Add documentation for module_param so that they're visible with modinfo command. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
c6cde7b751
commit
3a46582c91
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
static bool wed_enable;
|
||||
module_param(wed_enable, bool, 0644);
|
||||
MODULE_PARM_DESC(wed_enable, "Enable Wireless Ethernet Dispatch support");
|
||||
|
||||
static const u32 mt7915_reg[] = {
|
||||
[INT_SOURCE_CSR] = 0xd7010,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user