Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277109
b: refs/heads/master
c: b25bfda
h: refs/heads/master
i:
  277107: c8ea259
v: v3
  • Loading branch information
Mohammed Shafi Shajakhan authored and John W. Linville committed Jan 3, 2012
1 parent aa852ed commit ac8c179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9dc73e541348288b530c62c21d0fb8fdc7bbd0f
refs/heads/master: b25bfda38236f349cde0d1b28952f4eea2148d3f
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1843,6 +1843,9 @@ static void ath9k_sta_notify(struct ieee80211_hw *hw,
struct ath_softc *sc = hw->priv;
struct ath_node *an = (struct ath_node *) sta->drv_priv;

if (!(sc->sc_flags & SC_OP_TXAGGR))
return;

switch (cmd) {
case STA_NOTIFY_SLEEP:
an->sleeping = true;
Expand Down

0 comments on commit ac8c179

Please sign in to comment.