Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214699
b: refs/heads/master
c: 3fac6df
h: refs/heads/master
i:
  214697: e47efbc
  214695: 6cd8e09
v: v3
  • Loading branch information
Senthil Balasubramanian authored and John W. Linville committed Sep 16, 2010
1 parent adc70df commit 40eafad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f01a067d9e4598c71e3c9ee3a84859d2e8af4f8e
refs/heads/master: 3fac6dfdcd2b893c22b20a03dd1bf1af8b627c4b
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ static void ath_rx_ps(struct ath_softc *sc, struct sk_buff *skb)
* No more broadcast/multicast frames to be received at this
* point.
*/
sc->ps_flags &= ~PS_WAIT_FOR_CAB;
sc->ps_flags &= ~(PS_WAIT_FOR_CAB | PS_WAIT_FOR_BEACON);
ath_print(common, ATH_DBG_PS,
"All PS CAB frames received, back to sleep\n");
} else if ((sc->ps_flags & PS_WAIT_FOR_PSPOLL_DATA) &&
Expand Down

0 comments on commit 40eafad

Please sign in to comment.