Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203497
b: refs/heads/master
c: 8e67ca7
h: refs/heads/master
i:
  203495: eda98a1
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jul 2, 2010
1 parent 45e36ba commit cc56d88
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 347809fc2c99da5b89f1c014f3e5a0f85c04803c
refs/heads/master: 8e67ca7c9266a4f920d70d3a2cbf03a597d28ea7
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@ int ath9k_cmn_key_config(struct ath_common *common,
idx = ath_reserve_key_cache_slot(common, key->alg);
break;
case NL80211_IFTYPE_ADHOC:
if (!sta) {
idx = key->keyidx;
break;
}
memcpy(gmac, sta->addr, ETH_ALEN);
gmac[0] |= 0x01;
mac = gmac;
Expand Down

0 comments on commit cc56d88

Please sign in to comment.