Files
linux/drivers/net/wireless/quantenna
Sergey Matyukevich fe46630cd2 qtnfmac: drop error reports for out-of-bounds key indexes
[ Upstream commit 35da3fe63b ]

On disconnect wireless core attempts to remove all the supported keys.
Following cfg80211_ops conventions, firmware returns -ENOENT code
for the out-of-bound key indexes. This is a normal behavior,
so no need to report errors for this case.

Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-24 08:20:21 +01:00
..