diff options
| -rw-r--r-- | drivers/net/wireless/admtek/adm8211.c | 6 | ||||
| -rw-r--r-- | drivers/net/wireless/intel/ipw2x00/libipw.h | 6 | ||||
| -rw-r--r-- | drivers/net/wireless/intel/ipw2x00/libipw_rx.c | 6 | ||||
| -rw-r--r-- | drivers/net/wireless/intersil/hostap/hostap_hw.c | 6 | ||||
| -rw-r--r-- | drivers/net/wireless/intersil/hostap/hostap_main.c | 6 | ||||
| -rw-r--r-- | lib/hexdump.c | 6 | ||||
| -rw-r--r-- | net/wireless/lib80211_crypt_ccmp.c | 6 | ||||
| -rw-r--r-- | net/wireless/lib80211_crypt_tkip.c | 6 | ||||
| -rw-r--r-- | net/wireless/lib80211_crypt_wep.c | 6 |
9 files changed, 9 insertions, 45 deletions
diff --git a/drivers/net/wireless/admtek/adm8211.c b/drivers/net/wireless/admtek/adm8211.c index 3b0802fc5bf5..46f1427e6e9e 100644 --- a/drivers/net/wireless/admtek/adm8211.c +++ b/drivers/net/wireless/admtek/adm8211.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | 2 | ||
| 2 | /* | 3 | /* |
| 3 | * Linux device driver for ADMtek ADM8211 (IEEE 802.11b MAC/BBP) | 4 | * Linux device driver for ADMtek ADM8211 (IEEE 802.11b MAC/BBP) |
| @@ -8,11 +9,6 @@ | |||
| 8 | * and used with permission. | 9 | * and used with permission. |
| 9 | * | 10 | * |
| 10 | * Much thanks to Infineon-ADMtek for their support of this driver. | 11 | * Much thanks to Infineon-ADMtek for their support of this driver. |
| 11 | * | ||
| 12 | * This program is free software; you can redistribute it and/or modify | ||
| 13 | * it under the terms of the GNU General Public License version 2 as | ||
| 14 | * published by the Free Software Foundation. See README and COPYING for | ||
| 15 | * more details. | ||
| 16 | */ | 12 | */ |
| 17 | 13 | ||
| 18 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
diff --git a/drivers/net/wireless/intel/ipw2x00/libipw.h b/drivers/net/wireless/intel/ipw2x00/libipw.h index b51355134e04..e4a6ab4e8391 100644 --- a/drivers/net/wireless/intel/ipw2x00/libipw.h +++ b/drivers/net/wireless/intel/ipw2x00/libipw.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
| 1 | /* | 2 | /* |
| 2 | * Merged with mainline ieee80211.h in Aug 2004. Original ieee802_11 | 3 | * Merged with mainline ieee80211.h in Aug 2004. Original ieee802_11 |
| 3 | * remains copyright by the original authors | 4 | * remains copyright by the original authors |
| @@ -13,11 +14,6 @@ | |||
| 13 | * <jketreno@linux.intel.com> | 14 | * <jketreno@linux.intel.com> |
| 14 | * Copyright (c) 2004-2005, Intel Corporation | 15 | * Copyright (c) 2004-2005, Intel Corporation |
| 15 | * | 16 | * |
| 16 | * This program is free software; you can redistribute it and/or modify | ||
| 17 | * it under the terms of the GNU General Public License version 2 as | ||
| 18 | * published by the Free Software Foundation. See README and COPYING for | ||
| 19 | * more details. | ||
| 20 | * | ||
| 21 | * API Version History | 17 | * API Version History |
| 22 | * 1.0.x -- Initial version | 18 | * 1.0.x -- Initial version |
| 23 | * 1.1.x -- Added radiotap, QoS, TIM, libipw_geo APIs, | 19 | * 1.1.x -- Added radiotap, QoS, TIM, libipw_geo APIs, |
diff --git a/drivers/net/wireless/intel/ipw2x00/libipw_rx.c b/drivers/net/wireless/intel/ipw2x00/libipw_rx.c index 6df19f03355a..34cfd8162855 100644 --- a/drivers/net/wireless/intel/ipw2x00/libipw_rx.c +++ b/drivers/net/wireless/intel/ipw2x00/libipw_rx.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * Original code based Host AP (software wireless LAN access point) driver | 3 | * Original code based Host AP (software wireless LAN access point) driver |
| 3 | * for Intersil Prism2/2.5/3 - hostap.o module, common routines | 4 | * for Intersil Prism2/2.5/3 - hostap.o module, common routines |
| @@ -6,11 +7,6 @@ | |||
| 6 | * <j@w1.fi> | 7 | * <j@w1.fi> |
| 7 | * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | 8 | * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> |
| 8 | * Copyright (c) 2004-2005, Intel Corporation | 9 | * Copyright (c) 2004-2005, Intel Corporation |
| 9 | * | ||
| 10 | * This program is free software; you can redistribute it and/or modify | ||
| 11 | * it under the terms of the GNU General Public License version 2 as | ||
| 12 | * published by the Free Software Foundation. See README and COPYING for | ||
| 13 | * more details. | ||
| 14 | */ | 10 | */ |
| 15 | 11 | ||
| 16 | #include <linux/compiler.h> | 12 | #include <linux/compiler.h> |
diff --git a/drivers/net/wireless/intersil/hostap/hostap_hw.c b/drivers/net/wireless/intersil/hostap/hostap_hw.c index ad1aa65fee7f..158a3d762e55 100644 --- a/drivers/net/wireless/intersil/hostap/hostap_hw.c +++ b/drivers/net/wireless/intersil/hostap/hostap_hw.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * Host AP (software wireless LAN access point) driver for | 3 | * Host AP (software wireless LAN access point) driver for |
| 3 | * Intersil Prism2/2.5/3. | 4 | * Intersil Prism2/2.5/3. |
| @@ -6,11 +7,6 @@ | |||
| 6 | * <j@w1.fi> | 7 | * <j@w1.fi> |
| 7 | * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> | 8 | * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> |
| 8 | * | 9 | * |
| 9 | * This program is free software; you can redistribute it and/or modify | ||
| 10 | * it under the terms of the GNU General Public License version 2 as | ||
| 11 | * published by the Free Software Foundation. See README and COPYING for | ||
| 12 | * more details. | ||
| 13 | * | ||
| 14 | * FIX: | 10 | * FIX: |
| 15 | * - there is currently no way of associating TX packets to correct wds device | 11 | * - there is currently no way of associating TX packets to correct wds device |
| 16 | * when TX Exc/OK event occurs, so all tx_packets and some | 12 | * when TX Exc/OK event occurs, so all tx_packets and some |
diff --git a/drivers/net/wireless/intersil/hostap/hostap_main.c b/drivers/net/wireless/intersil/hostap/hostap_main.c index b0e7c0a0617e..05466281afb6 100644 --- a/drivers/net/wireless/intersil/hostap/hostap_main.c +++ b/drivers/net/wireless/intersil/hostap/hostap_main.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * Host AP (software wireless LAN access point) driver for | 3 | * Host AP (software wireless LAN access point) driver for |
| 3 | * Intersil Prism2/2.5/3 - hostap.o module, common routines | 4 | * Intersil Prism2/2.5/3 - hostap.o module, common routines |
| @@ -5,11 +6,6 @@ | |||
| 5 | * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | 6 | * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
| 6 | * <j@w1.fi> | 7 | * <j@w1.fi> |
| 7 | * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> | 8 | * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> |
| 8 | * | ||
| 9 | * This program is free software; you can redistribute it and/or modify | ||
| 10 | * it under the terms of the GNU General Public License version 2 as | ||
| 11 | * published by the Free Software Foundation. See README and COPYING for | ||
| 12 | * more details. | ||
| 13 | */ | 9 | */ |
| 14 | 10 | ||
| 15 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/lib/hexdump.c b/lib/hexdump.c index 81b70ed37209..b1d55b669ae2 100644 --- a/lib/hexdump.c +++ b/lib/hexdump.c | |||
| @@ -1,10 +1,6 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * lib/hexdump.c | 3 | * lib/hexdump.c |
| 3 | * | ||
| 4 | * This program is free software; you can redistribute it and/or modify | ||
| 5 | * it under the terms of the GNU General Public License version 2 as | ||
| 6 | * published by the Free Software Foundation. See README and COPYING for | ||
| 7 | * more details. | ||
| 8 | */ | 4 | */ |
| 9 | 5 | ||
| 10 | #include <linux/types.h> | 6 | #include <linux/types.h> |
diff --git a/net/wireless/lib80211_crypt_ccmp.c b/net/wireless/lib80211_crypt_ccmp.c index 55214fe925b2..7e8ff9d7dcfa 100644 --- a/net/wireless/lib80211_crypt_ccmp.c +++ b/net/wireless/lib80211_crypt_ccmp.c | |||
| @@ -1,13 +1,9 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * lib80211 crypt: host-based CCMP encryption implementation for lib80211 | 3 | * lib80211 crypt: host-based CCMP encryption implementation for lib80211 |
| 3 | * | 4 | * |
| 4 | * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> | 5 | * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> |
| 5 | * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> | 6 | * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> |
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License version 2 as | ||
| 9 | * published by the Free Software Foundation. See README and COPYING for | ||
| 10 | * more details. | ||
| 11 | */ | 7 | */ |
| 12 | 8 | ||
| 13 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/net/wireless/lib80211_crypt_tkip.c b/net/wireless/lib80211_crypt_tkip.c index 11eaa5956f00..62edf5b01953 100644 --- a/net/wireless/lib80211_crypt_tkip.c +++ b/net/wireless/lib80211_crypt_tkip.c | |||
| @@ -1,13 +1,9 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * lib80211 crypt: host-based TKIP encryption implementation for lib80211 | 3 | * lib80211 crypt: host-based TKIP encryption implementation for lib80211 |
| 3 | * | 4 | * |
| 4 | * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> | 5 | * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> |
| 5 | * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> | 6 | * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> |
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License version 2 as | ||
| 9 | * published by the Free Software Foundation. See README and COPYING for | ||
| 10 | * more details. | ||
| 11 | */ | 7 | */ |
| 12 | 8 | ||
| 13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 9 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/net/wireless/lib80211_crypt_wep.c b/net/wireless/lib80211_crypt_wep.c index 20c1ad63ad44..e127b6f7fc9f 100644 --- a/net/wireless/lib80211_crypt_wep.c +++ b/net/wireless/lib80211_crypt_wep.c | |||
| @@ -1,13 +1,9 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * lib80211 crypt: host-based WEP encryption implementation for lib80211 | 3 | * lib80211 crypt: host-based WEP encryption implementation for lib80211 |
| 3 | * | 4 | * |
| 4 | * Copyright (c) 2002-2004, Jouni Malinen <j@w1.fi> | 5 | * Copyright (c) 2002-2004, Jouni Malinen <j@w1.fi> |
| 5 | * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> | 6 | * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> |
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License version 2 as | ||
| 9 | * published by the Free Software Foundation. See README and COPYING for | ||
| 10 | * more details. | ||
| 11 | */ | 7 | */ |
| 12 | 8 | ||
| 13 | #include <linux/err.h> | 9 | #include <linux/err.h> |
