staging: rtl8192e: Move definition of RT_RF_CHANGE_SOURCE
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
181d1dff58
commit
8e0af57d9e
|
@ -1825,13 +1825,6 @@ typedef struct _RT_POWER_SAVE_CONTROL
|
|||
|
||||
}RT_POWER_SAVE_CONTROL,*PRT_POWER_SAVE_CONTROL;
|
||||
|
||||
typedef u32 RT_RF_CHANGE_SOURCE;
|
||||
#define RF_CHANGE_BY_SW BIT31
|
||||
#define RF_CHANGE_BY_HW BIT30
|
||||
#define RF_CHANGE_BY_PS BIT29
|
||||
#define RF_CHANGE_BY_IPS BIT28
|
||||
#define RF_CHANGE_BY_INIT 0 // Do not change the RFOff reason. Defined by Bruce, 2008-01-17.
|
||||
|
||||
#ifdef ENABLE_DOT11D
|
||||
typedef enum
|
||||
{
|
||||
|
|
|
@ -192,6 +192,13 @@ do { if(rt_global_debug_component & component) \
|
|||
#define EEPROM_Default_LegacyHTTxPowerDiff 0x4
|
||||
#define IEEE80211_WATCH_DOG_TIME 2000
|
||||
|
||||
typedef u32 RT_RF_CHANGE_SOURCE;
|
||||
#define RF_CHANGE_BY_SW BIT31
|
||||
#define RF_CHANGE_BY_HW BIT30
|
||||
#define RF_CHANGE_BY_PS BIT29
|
||||
#define RF_CHANGE_BY_IPS BIT28
|
||||
#define RF_CHANGE_BY_INIT 0 // Do not change the RFOff reason. Defined by Bruce, 2008-01-17.
|
||||
|
||||
/* For rtl819x */
|
||||
typedef struct _tx_desc_819x_pci {
|
||||
//DWORD 0
|
||||
|
|
Loading…
Reference in New Issue