]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "staging:r8188eu: Use lib80211 to support TKIP"
authorHans de Goede <hdegoede@redhat.com>
Sat, 14 Jul 2018 18:31:26 +0000 (20:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2018 08:04:11 +0000 (10:04 +0200)
commita6914eb0830296190b37d87f24d2ec9b0fe66b6e
treec6e6455420d9082a68dc996f5d275e95a148a3c5
parentd6e702e274a4c72bc715da48a972b8ed2a6e57a5
Revert "staging:r8188eu: Use lib80211 to support TKIP"

Commit 758f8a9cfb12 ("staging:r8188eu: Use lib80211 to support TKIP")
is causing 2 problems for me:

1) One boot the wifi on a laptop with a r8188eu wifi device would not
   connect and dmesg contained an oops about scheduling while atomic
   pointing to the tkip code. This went away after reverting the commit.

2) I reverted the revert to try and get the oops from 1. again to be able
   to add it to this commit message. But now the system did connect to the
   wifi only to print a whole bunch of oopses, followed by a hardfreeze a
   few seconds later. Subsequent reboots also all lead to scenario 2. Until
   I reverted the commit again.

Revert the commit fixes both issues making the laptop usable again.

Fixes: 758f8a9cfb12 ("staging:r8188eu: Use lib80211 to support TKIP")
Cc: stable@vger.kernel.org
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/Kconfig
drivers/staging/rtl8188eu/core/rtw_recv.c
drivers/staging/rtl8188eu/core/rtw_security.c