Skip to content

Commit 35337ac

Browse files
leitaoKalle Valo
authored andcommitted
wifi: fill in MODULE_DESCRIPTION()s for wl18xx
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the TI WiLink 8 wireless driver. Signed-off-by: Breno Leitao <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://msgid.link/[email protected]
1 parent 714ea2f commit 35337ac

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/ti/wl18xx

1 file changed

+1
-0
lines changed

drivers/net/wireless/ti/wl18xx/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,6 +2086,7 @@ module_param_named(num_rx_desc, num_rx_desc_param, int, 0400);
20862086
MODULE_PARM_DESC(num_rx_desc_param,
20872087
"Number of Rx descriptors: u8 (default is 32)");
20882088

2089+
MODULE_DESCRIPTION("TI WiLink 8 wireless driver");
20892090
MODULE_LICENSE("GPL v2");
20902091
MODULE_AUTHOR("Luciano Coelho <[email protected]>");
20912092
MODULE_FIRMWARE(WL18XX_FW_NAME);

0 commit comments

Comments
 (0)