Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66478
b: refs/heads/master
c: 56c4656
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and David S. Miller committed Oct 10, 2007
1 parent 4234077 commit 30136c4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 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: 252cf0d10f76d3edcd808d462dcfbd544875a0be
refs/heads/master: 56c4656e84d068ecc4da670799216e5b2aaee50e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static int wlan_cmd_802_11_ps_mode(wlan_private * priv,
psm->locallisteninterval = 0;
psm->nullpktinterval = 0;
psm->multipledtim =
cpu_to_le16(priv->adapter->multipledtim);
cpu_to_le16(MRVDRV_DEFAULT_MULTIPLE_DTIM);
break;

case CMD_SUBCMD_EXIT_PS:
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/libertas/dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ struct _wlan_adapter {

u16 psmode; /* Wlan802_11PowermodeCAM=disable
Wlan802_11PowermodeMAX_PSP=enable */
u16 multipledtim;
u32 psstate;
u8 needtowakeup;

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@ static void wlan_init_adapter(wlan_private * priv)
adapter->capability = WLAN_CAPABILITY_SHORT_PREAMBLE;

adapter->psmode = WLAN802_11POWERMODECAM;
adapter->multipledtim = MRVDRV_DEFAULT_MULTIPLE_DTIM;

adapter->listeninterval = MRVDRV_DEFAULT_LISTEN_INTERVAL;

Expand Down

0 comments on commit 30136c4

Please sign in to comment.