ath5k: drop bogus warning on drv_set_key with unsupported cipher
Simply return -EOPNOTSUPP instead. Cc: stable@vger.kernel.org Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
b59eb96181
commit
a70e1d6fd6
@ -502,8 +502,7 @@ ath5k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
|
|||||||
break;
|
break;
|
||||||
return -EOPNOTSUPP;
|
return -EOPNOTSUPP;
|
||||||
default:
|
default:
|
||||||
WARN_ON(1);
|
return -EOPNOTSUPP;
|
||||||
return -EINVAL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mutex_lock(&ah->lock);
|
mutex_lock(&ah->lock);
|
||||||
|
Loading…
Reference in New Issue
Block a user