mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
rtlwifi: rtl8723ae: Replace old-style license information
The traditional license information is replaced by the SPDX form. There are no code changes. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
6f3fcdc88e
commit
48fa0b4d58
27 changed files with 55 additions and 648 deletions
|
@ -1,26 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
**
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
** Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
**
|
|
||||||
** This program is free software; you can redistribute it and/or modify it
|
|
||||||
** under the terms of version 2 of the GNU General Public License as
|
|
||||||
** published by the Free Software Foundation.
|
|
||||||
**
|
|
||||||
** This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
** FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
** more details.
|
|
||||||
**
|
|
||||||
** The full GNU General Public License is included in this distribution in the
|
|
||||||
** file called LICENSE.
|
|
||||||
**
|
|
||||||
** Contact Information:
|
|
||||||
** wlanfae <wlanfae@realtek.com>
|
|
||||||
** Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
** Hsinchu 300, Taiwan.
|
|
||||||
** Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
**
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_BTC_H__
|
#ifndef __RTL8723E_BTC_H__
|
||||||
#define __RTL8723E_BTC_H__
|
#define __RTL8723E_BTC_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_DEF_H__
|
#ifndef __RTL8723E_DEF_H__
|
||||||
#define __RTL8723E_DEF_H__
|
#define __RTL8723E_DEF_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../wifi.h"
|
#include "../wifi.h"
|
||||||
#include "../base.h"
|
#include "../base.h"
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_DM_H__
|
#ifndef __RTL8723E_DM_H__
|
||||||
#define __RTL8723E_DM_H__
|
#define __RTL8723E_DM_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../wifi.h"
|
#include "../wifi.h"
|
||||||
#include "../pci.h"
|
#include "../pci.h"
|
||||||
|
|
|
@ -1,26 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL92C__FW__H__
|
#ifndef __RTL92C__FW__H__
|
||||||
#define __RTL92C__FW__H__
|
#define __RTL92C__FW__H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "hal_bt_coexist.h"
|
#include "hal_bt_coexist.h"
|
||||||
#include "../pci.h"
|
#include "../pci.h"
|
||||||
|
|
|
@ -1,26 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_HAL_BT_COEXIST_H__
|
#ifndef __RTL8723E_HAL_BT_COEXIST_H__
|
||||||
#define __RTL8723E_HAL_BT_COEXIST_H__
|
#define __RTL8723E_HAL_BT_COEXIST_H__
|
||||||
|
|
|
@ -1,27 +1,6 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
#include "hal_btc.h"
|
#include "hal_btc.h"
|
||||||
#include "../pci.h"
|
#include "../pci.h"
|
||||||
#include "phy.h"
|
#include "phy.h"
|
||||||
|
|
|
@ -1,26 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_HAL_BTC_H__
|
#ifndef __RTL8723E_HAL_BTC_H__
|
||||||
#define __RTL8723E_HAL_BTC_H__
|
#define __RTL8723E_HAL_BTC_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../wifi.h"
|
#include "../wifi.h"
|
||||||
#include "../efuse.h"
|
#include "../efuse.h"
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_HW_H__
|
#ifndef __RTL8723E_HW_H__
|
||||||
#define __RTL8723E_HW_H__
|
#define __RTL8723E_HW_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../wifi.h"
|
#include "../wifi.h"
|
||||||
#include "../pci.h"
|
#include "../pci.h"
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL92CE_LED_H__
|
#ifndef __RTL92CE_LED_H__
|
||||||
#define __RTL92CE_LED_H__
|
#define __RTL92CE_LED_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../wifi.h"
|
#include "../wifi.h"
|
||||||
#include "../pci.h"
|
#include "../pci.h"
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL92C_PHY_H__
|
#ifndef __RTL92C_PHY_H__
|
||||||
#define __RTL92C_PHY_H__
|
#define __RTL92C_PHY_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../pwrseqcmd.h"
|
#include "../pwrseqcmd.h"
|
||||||
#include "pwrseq.h"
|
#include "pwrseq.h"
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_PWRSEQ_H__
|
#ifndef __RTL8723E_PWRSEQ_H__
|
||||||
#define __RTL8723E_PWRSEQ_H__
|
#define __RTL8723E_PWRSEQ_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_REG_H__
|
#ifndef __RTL8723E_REG_H__
|
||||||
#define __RTL8723E_REG_H__
|
#define __RTL8723E_REG_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../wifi.h"
|
#include "../wifi.h"
|
||||||
#include "reg.h"
|
#include "reg.h"
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_RF_H__
|
#ifndef __RTL8723E_RF_H__
|
||||||
#define __RTL8723E_RF_H__
|
#define __RTL8723E_RF_H__
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../wifi.h"
|
#include "../wifi.h"
|
||||||
#include "../core.h"
|
#include "../core.h"
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_SW_H__
|
#ifndef __RTL8723E_SW_H__
|
||||||
#define __RTL8723E_SW_H__
|
#define __RTL8723E_SW_H__
|
||||||
|
|
|
@ -1,29 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Created on 2010/ 5/18, 1:41
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
|
|
||||||
|
|
|
@ -1,29 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Created on 2010/ 5/18, 1:41
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_TABLE__H_
|
#ifndef __RTL8723E_TABLE__H_
|
||||||
#define __RTL8723E_TABLE__H_
|
#define __RTL8723E_TABLE__H_
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../wifi.h"
|
#include "../wifi.h"
|
||||||
#include "../pci.h"
|
#include "../pci.h"
|
||||||
|
|
|
@ -1,27 +1,5 @@
|
||||||
/******************************************************************************
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
*
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||||||
* Copyright(c) 2009-2012 Realtek Corporation.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
* more details.
|
|
||||||
*
|
|
||||||
* The full GNU General Public License is included in this distribution in the
|
|
||||||
* file called LICENSE.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
|
||||||
* wlanfae <wlanfae@realtek.com>
|
|
||||||
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
|
||||||
* Hsinchu 300, Taiwan.
|
|
||||||
*
|
|
||||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
|
||||||
*
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __RTL8723E_TRX_H__
|
#ifndef __RTL8723E_TRX_H__
|
||||||
#define __RTL8723E_TRX_H__
|
#define __RTL8723E_TRX_H__
|
||||||
|
|
Loading…
Add table
Reference in a new issue