]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: rtl8723bs: rtw_mlme: add blank line for readability
authorSalman Alghamdi <me@cipherat.com>
Wed, 13 May 2026 20:35:04 +0000 (23:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 May 2026 10:38:07 +0000 (12:38 +0200)
Add a blank line between the WIFI_UNDER_WPS block and the
wifi_spec block to improve readability.

Signed-off-by: Salman Alghamdi <me@cipherat.com>
Reviewed-by: Luka Gejak <luka.gejak@linux.dev>
Link: https://patch.msgid.link/20260513203611.31872-7-me@cipherat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme.c

index f9ae36bf4e1327b45aecb103f8bc9c7a88e5d7e0..4fb74729180f1f484b95fbb10de3d0771ddf0c40 100644 (file)
@@ -596,6 +596,7 @@ static bool rtw_is_desired_network(struct adapter *adapter, struct wlan_network
                else
                        return false;
        }
+
        if (adapter->registrypriv.wifi_spec == 1) { /* for  correct flow of 8021X  to do.... */
                u8 *p = NULL;
                uint ie_len = 0;