Staging: rtl8192su: remove more unused files
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e1b19da118
commit
add6e6342d
|
@ -1,27 +0,0 @@
|
|||
/*
|
||||
This is part of the rtl8180-sa2400 driver
|
||||
released under the GPL (See file COPYING for details).
|
||||
Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it>
|
||||
|
||||
This files contains programming code for the rtl8256
|
||||
radio frontend.
|
||||
|
||||
*Many* thanks to Realtek Corp. for their great support!
|
||||
|
||||
*/
|
||||
|
||||
#ifndef RTL8225H
|
||||
#define RTL8225H
|
||||
|
||||
#ifdef RTL8190P
|
||||
#define RTL819X_TOTAL_RF_PATH 4 //for 90P
|
||||
#else
|
||||
#define RTL819X_TOTAL_RF_PATH 2 //for 8192U
|
||||
#endif
|
||||
extern void PHY_SetRF8256Bandwidth(struct net_device* dev , HT_CHANNEL_WIDTH Bandwidth);
|
||||
extern void PHY_RF8256_Config(struct net_device* dev);
|
||||
extern void phy_RF8256_Config_ParaFile(struct net_device* dev);
|
||||
extern void PHY_SetRF8256CCKTxPower(struct net_device* dev, u8 powerlevel);
|
||||
extern void PHY_SetRF8256OFDMTxPower(struct net_device* dev, u8 powerlevel);
|
||||
|
||||
#endif
|
File diff suppressed because it is too large
Load Diff
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include "r8192S_hw.h"
|
||||
#include "r8192SU_HWImg.h"
|
||||
//#include "r8192S_FwImgDTM.h"
|
||||
|
||||
#include <linux/firmware.h>
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#include "r8192S_phy.h"
|
||||
#include "r8192S_phyreg.h"
|
||||
#include "r8192SU_HWImg.h"
|
||||
//#include "r8192S_FwImgDTM.h"
|
||||
|
||||
#include "ieee80211/dot11d.h"
|
||||
|
||||
|
|
|
@ -60,7 +60,6 @@ double __extendsfdf2(float a) {return a;}
|
|||
|
||||
#include <asm/uaccess.h>
|
||||
#include "r8192U.h"
|
||||
//#include "r8190_rtl8256.h" /* RTL8225 Radio frontend */
|
||||
#include "r8180_93cx6.h" /* Card EEPROM */
|
||||
#include "r8192U_wx.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@ Major Change History:
|
|||
|
||||
#include "r8192U.h"
|
||||
#include "r8192U_dm.h"
|
||||
//#include "r8190_rtl8256.h"
|
||||
#include "r819xU_cmdpkt.h"
|
||||
#include "r8192S_hw.h"
|
||||
#include "r8192S_phy.h"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,35 +0,0 @@
|
|||
#ifndef IMG_H
|
||||
#define IMG_H
|
||||
|
||||
#define BOOT_ARR_LEN 344
|
||||
#define MAIN_ARR_LEN 45136
|
||||
#define DATA_ARR_LEN 796
|
||||
#define MACPHY_Array_PGLength 30
|
||||
#define PHY_REG_1T2RArrayLength 296
|
||||
#define AGCTAB_ArrayLength 384
|
||||
#define MACPHY_ArrayLength 18
|
||||
|
||||
#define RadioA_ArrayLength 246
|
||||
#define RadioB_ArrayLength 78
|
||||
#define RadioC_ArrayLength 1
|
||||
#define RadioD_ArrayLength 1
|
||||
#define PHY_REGArrayLength 1
|
||||
|
||||
|
||||
extern u8 rtl8190_fwboot_array[BOOT_ARR_LEN];
|
||||
extern u8 rtl8190_fwmain_array[MAIN_ARR_LEN];
|
||||
extern u8 rtl8190_fwdata_array[DATA_ARR_LEN];
|
||||
|
||||
extern u32 Rtl8192UsbPHY_REGArray[];
|
||||
extern u32 Rtl8192UsbPHY_REG_1T2RArray[];
|
||||
extern u32 Rtl8192UsbRadioA_Array[];
|
||||
extern u32 Rtl8192UsbRadioB_Array[];
|
||||
extern u32 Rtl8192UsbRadioC_Array[];
|
||||
extern u32 Rtl8192UsbRadioD_Array[];
|
||||
extern u32 Rtl8192UsbMACPHY_Array[];
|
||||
extern u32 Rtl8192UsbMACPHY_Array_PG[];
|
||||
extern u32 Rtl8192UsbAGCTAB_Array[];
|
||||
|
||||
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue