diff options
author | Alex Elder <[email protected]> | 2022-10-21 14:13:34 -0500 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2022-10-25 11:15:18 +0200 |
commit | fb4014ac76b837621a09c2254fa2d67bfbf58e67 (patch) | |
tree | 11d853a910ed989ea7d25de82d8f3813e5f1163e /tools/perf/scripts/python | |
parent | 34802d0662d1dc28e5086657f88490a183b009e7 (diff) |
net: ipa: kill two constant symbols
The entries in each IPA routing table are divided between the modem
and the AP. The modem always gets some number of entries located at
the base of the table; the AP gets all those that follow.
There's no reason to think the modem will use anything different
from the first entries in a routing table, so:
- Get rid of IPA_ROUTE_MODEM_MIN (just assume it's 0)
- Get rid of IPA_ROUTE_AP_MIN (just assume it's IPA_ROUTE_MODEM_COUNT)
And finally:
- Open-code IPA_ROUTE_AP_COUNT and remove its definition
Signed-off-by: Alex Elder <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions