staging: rtl8723bs: remove unused field in rereg_nd_name_data struct
authorFabio Aiuto <fabioaiuto83@gmail.com>
Sat, 27 Mar 2021 14:24:10 +0000 (15:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Mar 2021 12:36:59 +0000 (14:36 +0200)
remove unused field old_ips_mode in struct rereg_nd_name_data

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/e47b4092f12c4930b7185ecdd59b1d0611dd09e7.1616854134.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/drv_types.h

index df1dd9f..7eb59a1 100644 (file)
@@ -412,7 +412,6 @@ struct adapter {
        struct rereg_nd_name_data {
                struct net_device *old_pnetdev;
                char old_ifname[IFNAMSIZ];
-               u8 old_ips_mode;
                u8 old_bRegUseLed;
        } rereg_nd_name_priv;