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: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/f21541c16c83356e3cd1e08059847ef9a9eb2ef8.1687007788.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0392ac23a9
commit
f668980849
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue