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

staging: rtl8192e: add proper SPDX identifiers on files that did not have them.

There were a few files for the rtl8192e driver that did not have SPDX
identifiers on them, so fix that up. At the same time, remove the "free
form" text that specified the license of the file, as that is impossible
for any tool to properly parse.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

+179 -634
+4 -14
drivers/staging/rtl8192e/rtl8192e/r8190P_def.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 16 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 17 7 #ifndef R8190P_DEF_H 18 8 #define R8190P_DEF_H 19 9
+4 -13
drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 16 7 #include "rtl_core.h" 17 8 #include "r8192E_phyreg.h" 18 9 #include "r8192E_phy.h"
+4 -13
drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 16 7 #ifndef RTL8225H 17 8 #define RTL8225H 18 9
+4 -13
drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 16 7 #include "rtl_core.h" 17 8 #include "r8192E_hw.h" 18 9 #include "r8192E_cmdpkt.h"
+4 -12
drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef R819XUSB_CMDPKT_H 16 8 #define R819XUSB_CMDPKT_H 17 9
+4 -15
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 21 10 #include "rtl_core.h" 22 11 #include "r8192E_phy.h" 23 12 #include "r8192E_phyreg.h"
+4 -18
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * Based on the r8180 driver, which is: 5 - * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 21 7 #ifndef _RTL8192E_H 22 8 #define _RTL8192E_H 23 9
+4 -13
drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 16 7 #include "rtl_core.h" 17 8 #include "r8192E_hw.h" 18 9 #include "r8192E_hwimg.h"
+4 -12
drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef __INC_FIRMWARE_H 16 8 #define __INC_FIRMWARE_H 17 9
+4 -14
drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 16 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 17 7 #ifndef R8180_HW 18 8 #define R8180_HW 19 9
+4 -14
drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - /*Created on 2008/11/18, 3: 7*/ 16 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 17 7 #include "r8192E_hwimg.h" 18 8 19 9 u32 Rtl8192PciEPHY_REGArray[PHY_REGArrayLengthPciE] = {0x0,};
+4 -12
drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef __INC_HAL8192PciE_FW_IMG_H 16 8 #define __INC_HAL8192PciE_FW_IMG_H 17 9
+4 -13
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 16 7 #include <linux/bitops.h> 17 8 #include "rtl_core.h" 18 9 #include "r8192E_hw.h"
+4 -12
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef _R819XU_PHY_H 16 8 #define _R819XU_PHY_H 17 9
+4 -12
drivers/staging/rtl8192e/rtl8192e/r8192E_phyreg.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef _R819XU_PHYREG_H 16 8 #define _R819XU_PHYREG_H 17 9
+4 -15
drivers/staging/rtl8192e/rtl8192e/rtl_cam.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 21 10 #include "rtl_core.h" 22 11 #include "r8192E_phy.h" 23 12 #include "r8192E_phyreg.h"
+4 -15
drivers/staging/rtl8192e/rtl8192e/rtl_cam.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 21 10 #ifndef _RTL_CAM_H 22 11 #define _RTL_CAM_H 23 12
+4 -15
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 21 10 #include <linux/uaccess.h> 22 11 #include <linux/pci.h> 23 12 #include <linux/vmalloc.h>
+4 -16
drivers/staging/rtl8192e/rtl8192e/rtl_core.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 21 - 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 22 10 #ifndef _RTL_CORE_H 23 11 #define _RTL_CORE_H 24 12
+4 -12
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #include "rtl_core.h" 16 8 #include "rtl_dm.h" 17 9 #include "r8192E_hw.h"
+4 -12
drivers/staging/rtl8192e/rtl8192e/rtl_dm.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef __R8192UDM_H__ 16 8 #define __R8192UDM_H__ 17 9
+4 -15
drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 21 10 #include "rtl_core.h" 22 11 #include "rtl_eeprom.h" 23 12
+4 -17
drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 21 - 22 - 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 23 10 #define EPROM_DELAY 10 24 11 25 12 u32 rtl92e_eeprom_read(struct net_device *dev, u32 addr);
+3 -15
drivers/staging/rtl8192e/rtl8192e/rtl_ethtool.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - ***************************************************************************** 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 21 9 */ 22 10 #include <linux/netdevice.h> 23 11 #include <linux/ethtool.h>
+4 -15
drivers/staging/rtl8192e/rtl8192e/rtl_pci.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 21 10 #include "rtl_pci.h" 22 11 #include "rtl_core.h" 23 12
+4 -15
drivers/staging/rtl8192e/rtl8192e/rtl_pci.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - ******************************************************************************/ 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 21 10 #ifndef _RTL_PCI_H 22 11 #define _RTL_PCI_H 23 12
+4 -13
drivers/staging/rtl8192e/rtl8192e/rtl_pm.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 16 7 #include "rtl_core.h" 17 8 #include "r8192E_hw.h" 18 9 #include "r8190P_rtl8256.h"
+4 -13
drivers/staging/rtl8192e/rtl8192e/rtl_pm.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 16 7 #ifndef R8192E_PM_H 17 8 #define R8192E_PM_H 18 9
+4 -15
drivers/staging/rtl8192e/rtl8192e/rtl_ps.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 21 10 #include "rtl_ps.h" 22 11 #include "rtl_core.h" 23 12 #include "r8192E_phy.h"
+4 -15
drivers/staging/rtl8192e/rtl8192e/rtl_ps.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 5 * Based on the r8180 driver, which is: 5 6 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 7 * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - ******************************************************************************/ 8 + * Contact Information: wlanfae <wlanfae@realtek.com> 9 + */ 21 10 #ifndef _RTL_PS_H 22 11 #define _RTL_PS_H 23 12
+4 -13
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 16 7 #include <linux/string.h> 17 8 #include "rtl_core.h" 18 9 #include "rtl_wx.h"
+4 -13
drivers/staging/rtl8192e/rtl8192e/rtl_wx.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 15 - 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 16 7 #ifndef R819x_WX_H 17 8 #define R819x_WX_H 18 9
+4 -12
drivers/staging/rtl8192e/rtl819x_BA.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef _BATYPE_H_ 16 8 #define _BATYPE_H_ 17 9
+4 -12
drivers/staging/rtl8192e/rtl819x_BAProc.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - ******************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #include <asm/byteorder.h> 16 8 #include <asm/unaligned.h> 17 9 #include <linux/etherdevice.h>
+4 -12
drivers/staging/rtl8192e/rtl819x_HT.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef _RTL819XU_HTTYPE_H_ 16 8 #define _RTL819XU_HTTYPE_H_ 17 9
+4 -12
drivers/staging/rtl8192e/rtl819x_HTProc.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - ******************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #include "rtllib.h" 16 8 #include "rtl819x_HT.h" 17 9 u8 MCS_FILTER_ALL[16] = {
+4 -12
drivers/staging/rtl8192e/rtl819x_Qos.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef __INC_QOS_TYPE_H 16 8 #define __INC_QOS_TYPE_H 17 9
+4 -12
drivers/staging/rtl8192e/rtl819x_TS.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #ifndef _TSTYPE_H_ 16 8 #define _TSTYPE_H_ 17 9 #include "rtl819x_Qos.h"
+4 -12
drivers/staging/rtl8192e/rtl819x_TSProc.c
··· 1 - /****************************************************************************** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * This program is distributed in the hope that it will be useful, but WITHOUT 5 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 - * more details. 8 - * 9 - * The full GNU General Public License is included in this distribution in the 10 - * file called LICENSE. 11 - * 12 - * Contact Information: 13 - * wlanfae <wlanfae@realtek.com> 14 - ******************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 15 7 #include "rtllib.h" 16 8 #include <linux/etherdevice.h> 17 9 #include "rtl819x_TS.h"
+1 -5
drivers/staging/rtl8192e/rtllib.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Merged with mainline rtllib.h in Aug 2004. Original ieee802_11 3 4 * remains copyright by the original authors ··· 16 15 * 17 16 * Modified for Realtek's wi-fi cards by Andrea Merello 18 17 * <andrea.merello@gmail.com> 19 - * 20 - * This program is free software; you can redistribute it and/or modify 21 - * it under the terms of the GNU General Public License version 2 as 22 - * published by the Free Software Foundation. See README and COPYING for 23 - * more details. 24 18 */ 25 19 #ifndef RTLLIB_H 26 20 #define RTLLIB_H
+1 -5
drivers/staging/rtl8192e/rtllib_crypt_tkip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Host AP crypt: host-based TKIP encryption implementation for Host AP driver 3 4 * 4 5 * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. See README and COPYING for 9 - * more details. 10 6 */ 11 7 12 8 #include <crypto/hash.h>
+1 -5
drivers/staging/rtl8192e/rtllib_crypt_wep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Host AP crypt: host-based WEP encryption implementation for Host AP driver 3 4 * 4 5 * Copyright (c) 2002-2004, Jouni Malinen <jkmaline@cc.hut.fi> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. See README and COPYING for 9 - * more details. 10 6 */ 11 7 12 8 #include <crypto/skcipher.h>
+4 -18
drivers/staging/rtl8192e/rtllib_debug.h
··· 1 - /****************************************************************************** 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 2 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 4 * 4 - * Based on the r8180 driver, which is: 5 - * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in the 16 - * file called LICENSE. 17 - * 18 - * Contact Information: 19 - * wlanfae <wlanfae@realtek.com> 20 - *****************************************************************************/ 5 + * Contact Information: wlanfae <wlanfae@realtek.com> 6 + */ 21 7 #ifndef _RTL_DEBUG_H 22 8 #define _RTL_DEBUG_H 23 9
+3 -16
drivers/staging/rtl8192e/rtllib_module.c
··· 1 - /******************************************************************************* 2 - * 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 3 3 * Copyright(c) 2004 Intel Corporation. All rights reserved. 4 4 * 5 5 * Portions of this file are based on the WEP enablement code provided by the ··· 8 8 * <jkmaline@cc.hut.fi> 9 9 * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> 10 10 * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of version 2 of the GNU General Public License as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 - * 20 - * The full GNU General Public License is included in this distribution in the 21 - * file called LICENSE. 22 - * 23 11 * Contact Information: 24 12 * James P. Ketrenos <ipw2100-admin@linux.intel.com> 25 13 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - * 27 - ******************************************************************************/ 14 + */ 28 15 29 16 #include <linux/compiler.h> 30 17 #include <linux/errno.h>
+6 -14
drivers/staging/rtl8192e/rtllib_rx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Original code based Host AP (software wireless LAN access point) driver 3 4 * for Intersil Prism2/2.5/3 - hostap.o module, common routines ··· 8 7 * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> 9 8 * Copyright (c) 2004, Intel Corporation 10 9 * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. See README and COPYING for 14 - * more details. 15 - ****************************************************************************** 16 - 17 - Few modifications for Realtek's Wi-Fi drivers by 18 - Andrea Merello <andrea.merello@gmail.com> 19 - 20 - A special thanks goes to Realtek for their support ! 21 - 22 - ******************************************************************************/ 23 - 24 - 10 + * Few modifications for Realtek's Wi-Fi drivers by 11 + * Andrea Merello <andrea.merello@gmail.com> 12 + * 13 + * A special thanks goes to Realtek for their support ! 14 + */ 25 15 #include <linux/compiler.h> 26 16 #include <linux/errno.h> 27 17 #include <linux/if_arp.h>
+1 -4
drivers/staging/rtl8192e/rtllib_softmac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* IEEE 802.11 SoftMAC layer 2 3 * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> 3 4 * ··· 10 9 * 11 10 * WPA code stolen from the ipw2200 driver. 12 11 * Copyright who own it's copyright. 13 - * 14 - * released under the GPL 15 12 */ 16 - 17 - 18 13 #include "rtllib.h" 19 14 20 15 #include <linux/random.h>
+1 -4
drivers/staging/rtl8192e/rtllib_softmac_wx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* IEEE 802.11 SoftMAC layer 2 3 * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> 3 4 * ··· 10 9 * 11 10 * PS wx handler mostly stolen from hostap, copyright who 12 11 * own it's copyright ;-) 13 - * 14 - * released under the GPL 15 12 */ 16 - 17 - 18 13 #include <linux/etherdevice.h> 19 14 20 15 #include "rtllib.h"
+3 -19
drivers/staging/rtl8192e/rtllib_tx.c
··· 1 - /****************************************************************************** 2 - * 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 3 3 * Copyright(c) 2003 - 2004 Intel Corporation. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in the 15 - * file called LICENSE. 16 4 * 17 5 * Contact Information: 18 6 * James P. Ketrenos <ipw2100-admin@linux.intel.com> 19 7 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 8 * 21 - ***************************************************************************** 22 - * 23 9 * Few modifications for Realtek's Wi-Fi drivers by 24 10 * Andrea Merello <andrea.merello@gmail.com> 25 11 * 26 12 * A special thanks goes to Realtek for their support ! 27 - * 28 - *****************************************************************************/ 29 - 13 + */ 30 14 #include <linux/compiler.h> 31 15 #include <linux/errno.h> 32 16 #include <linux/if_arp.h>
+3 -16
drivers/staging/rtl8192e/rtllib_wx.c
··· 1 - /****************************************************************************** 2 - * 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 3 3 * Copyright(c) 2004 Intel Corporation. All rights reserved. 4 4 * 5 5 * Portions of this file are based on the WEP enablement code provided by the ··· 8 8 * <jkmaline@cc.hut.fi> 9 9 * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> 10 10 * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of version 2 of the GNU General Public License as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 - * 20 - * The full GNU General Public License is included in this distribution in the 21 - * file called LICENSE. 22 - * 23 11 * Contact Information: 24 12 * James P. Ketrenos <ipw2100-admin@linux.intel.com> 25 13 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 26 - * 27 - *****************************************************************************/ 14 + */ 28 15 #include <linux/wireless.h> 29 16 #include <linux/kmod.h> 30 17 #include <linux/module.h>