commit | e8bc063215d9310519ffdc77660cca27eca9a316 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Wed Apr 11 14:30:20 2018 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Apr 11 16:28:16 2018 +0300 |
tree | 15da584d6414fe28e87ffc1800435bf4d10eb8ef | |
parent | 669d4a8ccb34e110890bc50af83874337aaf874b [diff] |
drivers/ethernet: Reduce runtime context size in ENC28J60 driver - tx_tsv is never used anywhere - and rx_rsv can be allocated on stack Optimizing a bit the stack usage in eth_enc28j60_rx() function as well. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>