Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155862
b: refs/heads/master
c: 65b5a69
h: refs/heads/master
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Jul 21, 2009
1 parent 92f191f commit aea4ce9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 35946a571099a50d2595c8866f07617d29558f53
refs/heads/master: 65b5a69860ed3bc4224368b804d381cd9cafa90a
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2970,6 +2970,9 @@ ath5k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
if (modparam_nohwcrypt)
return -EOPNOTSUPP;

if (sc->opmode == NL80211_IFTYPE_AP)
return -EOPNOTSUPP;

switch (key->alg) {
case ALG_WEP:
case ALG_TKIP:
Expand Down

0 comments on commit aea4ce9

Please sign in to comment.