Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66476
b: refs/heads/master
c: 97605c3
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and David S. Miller committed Oct 10, 2007
1 parent df20f14 commit 176662b
Show file tree
Hide file tree
Showing 3 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: a783f1ee5b112a0258762877ec7c1ce8810f3cd8
refs/heads/master: 97605c3eb3dee943a45584be92c46be1305b3ef5
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ static int wlan_cmd_802_11_ps_mode(wlan_private * priv,

psm->locallisteninterval =
cpu_to_le16(adapter->locallisteninterval);
psm->nullpktinterval =
cpu_to_le16(adapter->nullpktinterval);
psm->nullpktinterval = 0;
psm->multipledtim =
cpu_to_le16(priv->adapter->multipledtim);
break;
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 @@ -313,7 +313,6 @@ struct _wlan_adapter {

struct PS_CMD_ConfirmSleep libertas_ps_confirm_sleep;
u16 locallisteninterval;
u16 nullpktinterval;

struct assoc_request * pending_assoc_req;
struct assoc_request * in_progress_assoc_req;
Expand Down

0 comments on commit 176662b

Please sign in to comment.