ath5k: Use software encryption for now
Hardware encryption doesn't work yet so lets use software encryption for now. Changes-licensed-under: 3-Clause-BSD Signed-off-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Родитель
b446197cc1
Коммит
6844e63a94
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче