commit | 1bad79ceeb5d2a98c4af2e5bf353799fc98adbd5 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Thu Feb 11 00:44:18 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Feb 14 18:45:04 2021 -0500 |
tree | a316aecc8d1096f17fbc29a354df74893c1c58e6 | |
parent | 09cb9ab259476db49e9bbc8f161995b6d05bca51 [diff] |
net: offload: fix device and driver names generated by DT device macros Generated device and driver names have changed with commits [1] and [2], but net offload drivers missed the conversion. Update net offload DT device macros now. [1] commit 8c1bef535bff ("device: support generating defines from devicetree nodes with no label") [2] commit f91e9fba51e5 ("device: fix potential truncation of DT-derived device names") Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>