mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: Remove last remnants of CONFIG_BR_EXT
Reported-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
814a1d900e
commit
41ed2cb92e
|
@ -327,21 +327,6 @@ struct rtw_adapter {
|
||||||
/* IFACE_ID1 is equals to SECONDARY_ADAPTER */
|
/* IFACE_ID1 is equals to SECONDARY_ADAPTER */
|
||||||
u8 iface_id;
|
u8 iface_id;
|
||||||
|
|
||||||
#ifdef CONFIG_BR_EXT
|
|
||||||
_lock br_ext_lock;
|
|
||||||
/* unsigned int macclone_completed; */
|
|
||||||
struct nat25_network_db_entry *nethash[NAT25_HASH_SIZE];
|
|
||||||
int pppoe_connection_in_progress;
|
|
||||||
unsigned char pppoe_addr[MACADDRLEN];
|
|
||||||
unsigned char scdb_mac[MACADDRLEN];
|
|
||||||
unsigned char scdb_ip[4];
|
|
||||||
struct nat25_network_db_entry *scdb_entry;
|
|
||||||
unsigned char br_mac[MACADDRLEN];
|
|
||||||
unsigned char br_ip[4];
|
|
||||||
|
|
||||||
struct br_ext_info ethBrExtInfo;
|
|
||||||
#endif /* CONFIG_BR_EXT */
|
|
||||||
|
|
||||||
u8 fix_rate;
|
u8 fix_rate;
|
||||||
|
|
||||||
unsigned char in_cta_test;
|
unsigned char in_cta_test;
|
||||||
|
|
Loading…
Reference in New Issue