Skip to content

Commit

Permalink
wifi: mt76: mt7915: add missing MODULE_PARM_DESC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ryder Lee authored and Felix Fietkau committed Dec 1, 2022
1 parent c6cde7b commit 3a46582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/mediatek/mt76/mt7915/mmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3a46582

Please sign in to comment.