diff options
| author | David S. Miller <davem@davemloft.net> | 2020-12-09 01:52:29 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2020-12-09 01:52:29 +0300 |
| commit | 9756bb63e8d10aad720c378f3fd18e5fa1cc06ec (patch) | |
| tree | 74b97bd3de0117393a6affbe557eb7c78f9e5ca7 /include/linux | |
| parent | 007ab5345545aba2f9cbe4c096cc35d2fd3275ac (diff) | |
| parent | f119cc9818eb33b66e977ad3af75aef6500bbdc3 (diff) | |
| download | linux-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/linux')
| -rw-r--r-- | include/linux/stmmac.h | 1 |
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; |
