commit | 8fcb98f462e6504e6d1ab2dab87c6db803c206b6 | [log] [tgz] |
---|---|---|
author | Igor Russkikh <igor.russkikh@aquantia.com> | Fri Jan 19 17:03:20 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 21 18:19:03 2018 -0500 |
tree | 53960b671475243b6573ae1fbbae5b49283cb51d | |
parent | 4948293ff963e5451a8f0c21be8f1dfc2c7f65f5 [diff] |
net: aquantia: Convert hw and caps structures to const static pointers This removes unnecessary structure copying, and prepares the driver for separate firmware ops table introduction. We also remove extra copy of capabilities structure (which is const actually) and also replace it with a const pointer in aq_nic_cfg. Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Signed-off-by: David S. Miller <davem@davemloft.net>