commit 4f95ee925a2ba6ca1a101e1d7b60656aa5067ea3
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date:   Mon Mar 13 10:17:16 2023 +0100

    Linux 4.19.277
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

commit 99bbc14cab7f64a7f48c65d833400e984151a3cc
Author: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Date:   Wed Mar 1 22:54:41 2023 +0100

    staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh
    
    commit fe413a074a93d56f89e322c786aad8639afe76b4 upstream.
    
    Remove call_usermodehelper starting /etc/acpi/events/RadioPower.sh that
    is not available. This script is not part of the kernel and it is not
    officially available on the www. The result is that this lines are just
    dead code.
    
    Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
    Cc: stable <stable@kernel.org>
    Link: https://lore.kernel.org/r/20230301215441.GA14049@matrix-ESPRIMO-P710
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

commit 234ce2cd68945ec5cbac2e0e1a600aea4a08dcd8
Author: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Date:   Tue Feb 28 21:28:57 2023 +0100

    staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script
    
    commit a98fc23cc2c1e4382a79ff137ca1a93d6a73b451 upstream.
    
    Remove function _rtl92e_dm_check_ac_dc_power calling a script
    /etc/acpi/wireless-rtl-ac-dc-power.sh that is not available. This script
    is not part of the kernel and it is not available on the www. The result
    is that this function is just dead code.
    
    Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
    Cc: stable <stable@kernel.org>
    Link: https://lore.kernel.org/r/20230228202857.GA16442@matrix-ESPRIMO-P710
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

commit 6e51ac81472b65b9fc0f0725d3b554c6611d258e
Author: Hector Martin <marcan@marcan.st>
Date:   Sat Mar 11 23:19:14 2023 +0900

    wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"
    
    commit 79d1ed5ca7db67d48e870c979f0e0f6b0947944a upstream.
    
    This reverts part of commit 015b8cc5e7c4 ("wifi: cfg80211: Fix use after
    free for wext")
    
    This commit broke WPA offload by unconditionally clearing the crypto
    modes for non-WEP connections. Drop that part of the patch.
    
    Signed-off-by: Hector Martin <marcan@marcan.st>
    Reported-by: Ilya <me@0upti.me>
    Reported-and-tested-by: Janne Grunau <j@jannau.net>
    Reviewed-by: Eric Curtin <ecurtin@redhat.com>
    Fixes: 015b8cc5e7c4 ("wifi: cfg80211: Fix use after free for wext")
    Cc: stable@kernel.org
    Link: https://lore.kernel.org/linux-wireless/ZAx0TWRBlGfv7pNl@kroah.com/T/#m11e6e0915ab8fa19ce8bc9695ab288c0fe018edf
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>