Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263542
b: refs/heads/master
c: 66cb54b
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Khoroshilov authored and John W. Linville committed Aug 24, 2011
1 parent 6ce2fb0 commit b83f282
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7a5e4877c14de0827dbda8efa5080089757a8733
refs/heads/master: 66cb54bd24086b2d871a03035de9b0e79b2b725e
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath/carl9170/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,8 +1066,10 @@ static int carl9170_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
* the high througput speed in 802.11n networks.
*/

if (!is_main_vif(ar, vif))
if (!is_main_vif(ar, vif)) {
mutex_lock(&ar->mutex);
goto err_softw;
}

/*
* While the hardware supports *catch-all* key, for offloading
Expand Down

0 comments on commit b83f282

Please sign in to comment.