Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89877
b: refs/heads/master
c: 6844e63
h: refs/heads/master
i:
  89875: c3e3524
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Feb 29, 2008
1 parent a0429d9 commit 3bc5107
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: b446197cc14ef060baeed5acbcddf148c04d03f8
refs/heads/master: 6844e63a9458d15b4437aa467c99128d994b0f6c
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2928,7 +2928,9 @@ ath5k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,

switch(key->alg) {
case ALG_WEP:
break;
/* XXX: fix hardware encryption, its not working. For now
* allow software encryption */
/* break; */
case ALG_TKIP:
case ALG_CCMP:
return -EOPNOTSUPP;
Expand Down

0 comments on commit 3bc5107

Please sign in to comment.