Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236296
b: refs/heads/master
c: 153775d
h: refs/heads/master
v: v3
  • Loading branch information
Mike McCormack authored and Greg Kroah-Hartman committed Mar 7, 2011
1 parent 64ab605 commit 9afe6fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73aaa501567043f6dca6be662a87fb08388df40f
refs/heads/master: 153775d94899503f5f66baaa9751a43c74d4f371
9 changes: 0 additions & 9 deletions trunk/drivers/staging/rtl8192e/ieee80211/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192e/r8192E_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9afe6fc

Please sign in to comment.