]> git.baikalelectronics.ru Git - kernel.git/commit
rtw88: add ciphers to suppress error message
authorPing-Ke Shih <pkshih@realtek.com>
Wed, 5 Feb 2020 07:08:57 +0000 (15:08 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 12 Feb 2020 16:18:29 +0000 (18:18 +0200)
commit4c7381bec94ff1771126b9002b854a9fc5799843
treeb16f640a0ba7f3e26ef81bcc9e9adf70e2241b46
parenta8e14bc5f44a2b1a3d54f387f6756d0ccaad1228
rtw88: add ciphers to suppress error message

Though hardware isn't implement CCMP-256, GCMP and GCMP-256, it's possible
to fallback to use software de-/en-cryption implemented by mac80211.

Without adding these chipers, kernel log will show something if we connect
to a WPA3 enterprise AP, likes
  wlan0: failed to set key (1, ff:ff:ff:ff:ff:ff) to hardware (-524)

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtw88/mac80211.c