diff options
author | Rajkumar Manoharan <rmanohar@qti.qualcomm.com> | 2016-05-27 17:45:57 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-06-02 17:55:13 +0300 |
commit | b855de0f57920e11695f2e9051a7511f43a0eb86 (patch) | |
tree | b9240363060c121e1b73cc75cc661361bee643d2 /drivers/net/wireless/ath/ath10k/pci.c | |
parent | 10f8ec64a2a68960a87c08c08f0dfef97331076f (diff) | |
download | linux-b855de0f57920e11695f2e9051a7511f43a0eb86.tar.xz |
ath10k: update module description
Update module description to advertise all supported QCA 802.11ac devices.
Signed-off-by: Rajkumar Manoharan <rmanohar@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c index 6109293e1213..415018955aa6 100644 --- a/drivers/net/wireless/ath/ath10k/pci.c +++ b/drivers/net/wireless/ath/ath10k/pci.c @@ -3199,7 +3199,7 @@ static void __exit ath10k_pci_exit(void) module_exit(ath10k_pci_exit); MODULE_AUTHOR("Qualcomm Atheros"); -MODULE_DESCRIPTION("Driver support for Atheros QCA988X PCIe devices"); +MODULE_DESCRIPTION("Driver support for Qualcomm Atheros 802.11ac WLAN PCIe/AHB devices"); MODULE_LICENSE("Dual BSD/GPL"); /* QCA988x 2.0 firmware files */ |