summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/r8192E.h
diff options
context:
space:
mode:
authorMike McCormack <mikem@ring3k.org>2011-03-03 22:44:47 +0900
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-07 13:31:42 -0800
commit31d664e56bb508aaa00de3952f0746dcd9d18a01 (patch)
tree2b3431c22cbcfc8e33c4a1514197f260ac72c592 /drivers/staging/rtl8192e/r8192E.h
parent774dee1c1af9dd4994d5055bf2507c9ad72991e3 (diff)
downloadop-kernel-dev-31d664e56bb508aaa00de3952f0746dcd9d18a01.zip
op-kernel-dev-31d664e56bb508aaa00de3952f0746dcd9d18a01.tar.gz
staging: rtl8192e: Move PowerSaveControl to r8192e_priv
This variable is not used by the ieee80211 library, so move it rtl8192e's private 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192e/r8192E.h b/drivers/staging/rtl8192e/r8192E.h
index 6a6d095..6862bf2 100644
--- a/drivers/staging/rtl8192e/r8192E.h
+++ b/drivers/staging/rtl8192e/r8192E.h
@@ -939,6 +939,7 @@ typedef struct r8192_priv
// Use to calculate PWBD.
RT_RF_POWER_STATE eRFPowerState;
RT_RF_CHANGE_SOURCE RfOffReason;
+ RT_POWER_SAVE_CONTROL PowerSaveControl;
u8 bCckHighPower;
long undecorated_smoothed_pwdb;
long undecorated_smoothed_cck_adc_pwdb[4];
OpenPOWER on IntegriCloud