Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ath: fix SPDX tags

Commit ec8f24b7faaf ("treewide: Add SPDX license identifier -
Makefile/Kconfig") marked various Makefiles and Kconfig files within ath
directories as GPL-2.0. But these modules and drivers are actually ISC:

* ath
* ar5523
* ath10k
* ath5k
* ath6kl
* ath9k
* wcn36xx
* wil6210

Fix SPDX tags accordingly.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

+15 -15
+1 -1
drivers/net/wireless/ath/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: ISC 2 2 config ATH_COMMON 3 3 tristate 4 4
+1 -1
drivers/net/wireless/ath/Makefile
··· 1 - # SPDX-License-Identifier: GPL-2.0 1 + # SPDX-License-Identifier: ISC 2 2 obj-$(CONFIG_ATH5K) += ath5k/ 3 3 obj-$(CONFIG_ATH9K_HW) += ath9k/ 4 4 obj-$(CONFIG_CARL9170) += carl9170/
+1 -1
drivers/net/wireless/ath/ar5523/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: ISC 2 2 config AR5523 3 3 tristate "Atheros AR5523 wireless driver support" 4 4 depends on MAC80211 && USB
+1 -1
drivers/net/wireless/ath/ar5523/Makefile
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: ISC 2 2 obj-$(CONFIG_AR5523) := ar5523.o
+1 -1
drivers/net/wireless/ath/ath10k/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: ISC 2 2 config ATH10K 3 3 tristate "Atheros 802.11ac wireless cards support" 4 4 depends on MAC80211 && HAS_DMA
+1 -1
drivers/net/wireless/ath/ath5k/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: ISC 2 2 config ATH5K 3 3 tristate "Atheros 5xxx wireless cards support" 4 4 depends on (PCI || ATH25) && MAC80211
+1 -1
drivers/net/wireless/ath/ath5k/Makefile
··· 1 - # SPDX-License-Identifier: GPL-2.0 1 + # SPDX-License-Identifier: ISC 2 2 ath5k-y += caps.o 3 3 ath5k-y += initvals.o 4 4 ath5k-y += eeprom.o
+1 -1
drivers/net/wireless/ath/ath6kl/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: ISC 2 2 config ATH6KL 3 3 tristate "Atheros mobile chipsets support" 4 4 depends on CFG80211
+1 -1
drivers/net/wireless/ath/ath6kl/trace.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 */ 1 + /* SPDX-License-Identifier: ISC */ 2 2 #if !defined(_ATH6KL_TRACE_H) || defined(TRACE_HEADER_MULTI_READ) 3 3 4 4 #include <net/cfg80211.h>
+1 -1
drivers/net/wireless/ath/ath9k/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: ISC 2 2 config ATH9K_HW 3 3 tristate 4 4 config ATH9K_COMMON
+1 -1
drivers/net/wireless/ath/ath9k/Makefile
··· 1 - # SPDX-License-Identifier: GPL-2.0 1 + # SPDX-License-Identifier: ISC 2 2 ath9k-y += beacon.o \ 3 3 gpio.o \ 4 4 init.o \
+1 -1
drivers/net/wireless/ath/wcn36xx/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: ISC 2 2 config WCN36XX 3 3 tristate "Qualcomm Atheros WCN3660/3680 support" 4 4 depends on MAC80211 && HAS_DMA
+1 -1
drivers/net/wireless/ath/wcn36xx/Makefile
··· 1 - # SPDX-License-Identifier: GPL-2.0 1 + # SPDX-License-Identifier: ISC 2 2 obj-$(CONFIG_WCN36XX) := wcn36xx.o 3 3 wcn36xx-y += main.o \ 4 4 dxe.o \
+1 -1
drivers/net/wireless/ath/wil6210/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: ISC 2 2 config WIL6210 3 3 tristate "Wilocity 60g WiFi card wil6210 support" 4 4 select WANT_DEV_COREDUMP
+1 -1
drivers/net/wireless/ath/wil6210/Makefile
··· 1 - # SPDX-License-Identifier: GPL-2.0 1 + # SPDX-License-Identifier: ISC 2 2 obj-$(CONFIG_WIL6210) += wil6210.o 3 3 4 4 wil6210-y := main.o