diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-04-21 22:30:22 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-04-21 22:30:22 +0000 |
| commit | 47517ebce7b8d1dc0ee900f13404f2e90ce33be9 (patch) | |
| tree | 4c44a2ef65a5bd5726893e26aca9e4790eec0766 /usb.c | |
| parent | e05a7642395e7a6cbf1876350e96bd80e6292cd4 (diff) | |
Diffstat (limited to 'usb.c')
| -rw-r--r-- | usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1014,7 +1014,7 @@ static int ath10k_usb_probe(struct usb_interface *interface, return -ENOMEM; } - netif_napi_add(&ar->napi_dev, &ar->napi, ath10k_usb_napi_poll); + netif_napi_add(ar->napi_dev, &ar->napi, ath10k_usb_napi_poll); usb_get_dev(dev); vendor_id = le16_to_cpu(dev->descriptor.idVendor); @@ -1126,5 +1126,5 @@ static struct usb_driver ath10k_usb_driver = { module_usb_driver(ath10k_usb_driver); MODULE_AUTHOR("Atheros Communications, Inc."); -MODULE_DESCRIPTION("Driver support for Qualcomm Atheros 802.11ac WLAN USB devices"); +MODULE_DESCRIPTION("Driver support for Qualcomm Atheros USB 802.11ac WLAN devices"); MODULE_LICENSE("Dual BSD/GPL"); |
