Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290728
b: refs/heads/master
c: 9d88c7f
h: refs/heads/master
v: v3
  • Loading branch information
Jakub Kicinski authored and John W. Linville committed Feb 27, 2012
1 parent fae2c01 commit 3d94212
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: 682dd04b37bc6b36356adda31e5435da8a246499
refs/heads/master: 9d88c7f6709aab0e4342d80fad6fb7d3f7efc7ff
2 changes: 1 addition & 1 deletion trunk/net/mac80211/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)

state = sta->sta_state;
for (; state > IEEE80211_STA_NOTEXIST; state--)
WARN_ON(drv_sta_state(local, sdata, sta,
WARN_ON(drv_sta_state(local, sta->sdata, sta,
state, state - 1));
}

Expand Down

0 comments on commit 3d94212

Please sign in to comment.