mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-24 18:38:38 +00:00
staging: rtl8192e: unused Remove dot11PowerSaveMode and RT_PS_MODE
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
73aaa50156
commit
153775d948
@ -1730,14 +1730,6 @@ typedef enum _Fsync_State{
|
||||
SW_Fsync
|
||||
}Fsync_State;
|
||||
|
||||
// Power save mode configured.
|
||||
typedef enum _RT_PS_MODE
|
||||
{
|
||||
eActive, // Active/Continuous access.
|
||||
eMaxPs, // Max power save mode.
|
||||
eFastPs // Fast power save mode.
|
||||
}RT_PS_MODE;
|
||||
|
||||
typedef struct _IbssParms{
|
||||
u16 atimWin;
|
||||
}IbssParms, *PIbssParms;
|
||||
@ -1896,7 +1888,6 @@ struct ieee80211_device {
|
||||
bool ieee_up;
|
||||
//added by amy
|
||||
bool bSupportRemoteWakeUp;
|
||||
RT_PS_MODE dot11PowerSaveMode; // Power save mode configured.
|
||||
bool actscanning;
|
||||
bool beinretry;
|
||||
bool is_set_key;
|
||||
|
@ -1953,7 +1953,6 @@ static void rtl8192_init_priv_variable(struct r8192_priv *priv)
|
||||
priv->ieee80211->check_nic_enough_desc = check_nic_enough_desc;
|
||||
priv->ieee80211->tx_headroom = sizeof(TX_FWINFO_8190PCI);
|
||||
priv->ieee80211->qos_support = 1;
|
||||
priv->ieee80211->dot11PowerSaveMode = 0;
|
||||
priv->ieee80211->SetBWModeHandler = rtl8192_SetBWMode;
|
||||
priv->ieee80211->handle_assoc_response = rtl8192_handle_assoc_response;
|
||||
priv->ieee80211->handle_beacon = rtl8192_handle_beacon;
|
||||
|
Loading…
Reference in New Issue
Block a user