Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279199
b: refs/heads/master
c: b8214df
h: refs/heads/master
i:
  279197: cf80ce6
  279195: 96e5b92
  279191: 7e2d680
  279183: 146c0ed
  279167: c0b1871
v: v3
  • Loading branch information
Dai Shuibing authored and Kalle Valo committed Nov 13, 2011
1 parent c8a8563 commit f0d7f7f
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 5e07021e434a64c454b0e9fb9f5aa763f131b22b
refs/heads/master: b8214df1d963cad2aae1479b86452e205312004e
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/ath/ath6kl/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2093,6 +2093,9 @@ static int ath6kl_ap_beacon(struct wiphy *wiphy, struct net_device *dev,
case WLAN_CIPHER_SUITE_CCMP:
p.prwise_crypto_type |= AES_CRYPT;
break;
case WLAN_CIPHER_SUITE_SMS4:
p.prwise_crypto_type |= WAPI_CRYPT;
break;
}
}
if (p.prwise_crypto_type == 0) {
Expand All @@ -2112,6 +2115,9 @@ static int ath6kl_ap_beacon(struct wiphy *wiphy, struct net_device *dev,
case WLAN_CIPHER_SUITE_CCMP:
p.grp_crypto_type = AES_CRYPT;
break;
case WLAN_CIPHER_SUITE_SMS4:
p.grp_crypto_type = WAPI_CRYPT;
break;
default:
p.grp_crypto_type = NONE_CRYPT;
break;
Expand Down

0 comments on commit f0d7f7f

Please sign in to comment.