summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/r8192E.h
diff options
context:
space:
mode:
authorMike McCormack <mikem@ring3k.org>2011-03-03 22:41:35 +0900
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-07 13:31:41 -0800
commit4559854d2db145e5c9a7c217f058e7bad706c097 (patch)
tree65de2fc13e320dc84b6a73ab14e9c757506a4430 /drivers/staging/rtl8192e/r8192E.h
parent477dfe7069ba8458f7ffe25c5ffcb91e70407bba (diff)
downloadop-kernel-dev-4559854d2db145e5c9a7c217f058e7bad706c097.zip
op-kernel-dev-4559854d2db145e5c9a7c217f058e7bad706c097.tar.gz
staging: rtl8192e: Move eRFPowerState to r8192e_priv struct
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192e/r8192E.h')
-rw-r--r--drivers/staging/rtl8192e/r8192E.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192e/r8192E.h b/drivers/staging/rtl8192e/r8192E.h
index 9b93ed9..59cdfc7 100644
--- a/drivers/staging/rtl8192e/r8192E.h
+++ b/drivers/staging/rtl8192e/r8192E.h
@@ -37,6 +37,7 @@
#include <linux/random.h>
#include <linux/version.h>
#include <asm/io.h>
+#include "ieee80211/rtl819x_HT.h"
#include "ieee80211/ieee80211.h"
@@ -929,6 +930,7 @@ typedef struct r8192_priv
char CCKPresentAttentuation_difference;
char CCKPresentAttentuation;
// Use to calculate PWBD.
+ RT_RF_POWER_STATE eRFPowerState;
u8 bCckHighPower;
long undecorated_smoothed_pwdb;
long undecorated_smoothed_cck_adc_pwdb[4];
OpenPOWER on IntegriCloud