mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
wifi: fill in MODULE_DESCRIPTION()s for ar5523
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the Atheros AR5523 wireless driver. Signed-off-by: Breno Leitao <leitao@debian.org> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://msgid.link/20240130104243.3025393-5-leitao@debian.org
This commit is contained in:
parent
257ca10c73
commit
f8782ea450
|
|
@ -1803,5 +1803,6 @@ static struct usb_driver ar5523_driver = {
|
|||
|
||||
module_usb_driver(ar5523_driver);
|
||||
|
||||
MODULE_DESCRIPTION("Atheros AR5523 wireless driver");
|
||||
MODULE_LICENSE("Dual BSD/GPL");
|
||||
MODULE_FIRMWARE(AR5523_FIRMWARE_FILE);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user