M7350v7_en_gpl

This commit is contained in:
T
2024-09-09 08:59:52 +00:00
parent f75098198c
commit 46ba6f09ec
1372 changed files with 1231198 additions and 1184 deletions

View File

@ -725,6 +725,7 @@ struct nand_chip {
#define NAND_MFR_INTEL 0x89
#define NAND_MFR_WINBOND 0xef
#define NAND_MFR_ESMT 0xc8
#define NAND_MFR_ESMT2 0x2c
/* The maximum expected count of bytes in the NAND ID sequence */
#define NAND_MAX_ID_LEN 8

2
kernel/include/linux/netdevice.h Normal file → Executable file
View File

@ -1220,6 +1220,7 @@ enum netdev_priv_flags {
IFF_LIVE_ADDR_CHANGE = 1<<20,
IFF_MACVLAN = 1<<21,
IFF_XMIT_DST_RELEASE_PERM = 1<<22,
IFF_WAN_DEV = 1<<23,
};
#define IFF_802_1Q_VLAN IFF_802_1Q_VLAN
@ -1245,6 +1246,7 @@ enum netdev_priv_flags {
#define IFF_LIVE_ADDR_CHANGE IFF_LIVE_ADDR_CHANGE
#define IFF_MACVLAN IFF_MACVLAN
#define IFF_XMIT_DST_RELEASE_PERM IFF_XMIT_DST_RELEASE_PERM
#define IFF_WAN_DEV IFF_WAN_DEV
/**
* struct net_device - The DEVICE structure.