Commit f6689808 authored by Philipp Hortmann's avatar Philipp Hortmann Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Rename rtllib_state to rtl_link_state



Rename rtllib_state to rtl_link_state to align with rtlwifi driver and to
increase readability as state is to general.

Signed-off-by: default avatarPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/f21541c16c83356e3cd1e08059847ef9a9eb2ef8.1687007788.git.philipp.g.hortmann@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0392ac23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1119,7 +1119,7 @@ struct rtllib_network {
	struct list_head list;
};

enum rtllib_state {
enum rtl_link_state {
	/* the card is not linked at all */
	RTLLIB_NOLINK = 0,

@@ -1489,7 +1489,7 @@ struct rtllib_device {
	 */
	struct rtllib_network current_network;

	enum rtllib_state state;
	enum rtl_link_state state;

	int short_slot;
	int mode;       /* A, B, G */