summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-12-09 01:52:29 +0300
committerDavid S. Miller <davem@davemloft.net>2020-12-09 01:52:29 +0300
commit9756bb63e8d10aad720c378f3fd18e5fa1cc06ec (patch)
tree74b97bd3de0117393a6affbe557eb7c78f9e5ca7 /include
parent007ab5345545aba2f9cbe4c096cc35d2fd3275ac (diff)
parentf119cc9818eb33b66e977ad3af75aef6500bbdc3 (diff)
downloadlinux-9756bb63e8d10aad720c378f3fd18e5fa1cc06ec.tar.xz
Merge branch 'stmmac-fixes'
Joakim Zhang says: ==================== patches for stmmac A patch set for stmmac, fix some driver issues. ChangeLogs: V1->V2: * add Fixes tag. * add patch 5/5 into this patch set. V2->V3: * rebase to latest net tree where fixes go. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/stmmac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
index 628e28903b8b..15ca6b4167cc 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -170,6 +170,7 @@ struct plat_stmmacenet_data {
int unicast_filter_entries;
int tx_fifo_size;
int rx_fifo_size;
+ u32 addr64;
u32 rx_queues_to_use;
u32 tx_queues_to_use;
u8 rx_sched_algorithm;