usb.c (4f2c0a4acffbec01079c28f839422e64ddeff004) usb.c (5d7cf67f72ae34d38e090bdfa673da4aefe4048e)
1// SPDX-License-Identifier: ISC
2/*
3 * Copyright (c) 2007-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2012,2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2016-2017 Erik Stromdahl <erik.stromdahl@gmail.com>
6 */
7
8#include <linux/module.h>

--- 1112 unchanged lines hidden (view full) ---

1121 .id_table = ath10k_usb_ids,
1122 .supports_autosuspend = true,
1123 .disable_hub_initiated_lpm = 1,
1124};
1125
1126module_usb_driver(ath10k_usb_driver);
1127
1128MODULE_AUTHOR("Atheros Communications, Inc.");
1// SPDX-License-Identifier: ISC
2/*
3 * Copyright (c) 2007-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2012,2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2016-2017 Erik Stromdahl <erik.stromdahl@gmail.com>
6 */
7
8#include <linux/module.h>

--- 1112 unchanged lines hidden (view full) ---

1121 .id_table = ath10k_usb_ids,
1122 .supports_autosuspend = true,
1123 .disable_hub_initiated_lpm = 1,
1124};
1125
1126module_usb_driver(ath10k_usb_driver);
1127
1128MODULE_AUTHOR("Atheros Communications, Inc.");
1129MODULE_DESCRIPTION("Driver support for Qualcomm Atheros 802.11ac WLAN USB devices");
1129MODULE_DESCRIPTION("Driver support for Qualcomm Atheros USB 802.11ac WLAN devices");
1130MODULE_LICENSE("Dual BSD/GPL");
1130MODULE_LICENSE("Dual BSD/GPL");