Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184447
b: refs/heads/master
c: 0466236
h: refs/heads/master
i:
  184445: 7867c2b
  184443: 486c89e
  184439: 4ed27be
  184431: e4327cc
  184415: 6fecefa
  184383: ba51c73
  184319: e70477d
v: v3
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Feb 16, 2010
1 parent 1ceca93 commit 74163b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 026331c4d9b526561ea96f95fac4bfc52b69e316
refs/heads/master: 04662360854aefcb6337d93701892ad97411fdd0
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -3784,9 +3784,9 @@ mwl8k_sta_notify(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
s->cmd = cmd;
s->sta = *sta;

spin_lock(&priv->sta_notify_list_lock);
spin_lock_bh(&priv->sta_notify_list_lock);
list_add_tail(&s->list, &priv->sta_notify_list);
spin_unlock(&priv->sta_notify_list_lock);
spin_unlock_bh(&priv->sta_notify_list_lock);

ieee80211_queue_work(hw, &priv->sta_notify_worker);
}
Expand Down

0 comments on commit 74163b7

Please sign in to comment.