summaryrefslogtreecommitdiffstats
path: root/ape
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-06-01 21:31:07 -0600
committerEvan Lojewski <github@meklort.com>2019-06-01 21:31:07 -0600
commit3d881475d179471017b13ee275cdedb549b87de6 (patch)
tree58ace7168fc4ba8f448459207457124969cae48c /ape
parentaf93e2cc09288e923ea19bdbc52ba13bc3a2e987 (diff)
downloadbcm5719-ortega-3d881475d179471017b13ee275cdedb549b87de6.tar.gz
bcm5719-ortega-3d881475d179471017b13ee275cdedb549b87de6.zip
Update APE code to pass through all recieved packets to the BMC, not just those on port 0.
Diffstat (limited to 'ape')
-rw-r--r--ape/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ape/main.c b/ape/main.c
index 5f3a34d..1e5cf64 100644
--- a/ape/main.c
+++ b/ape/main.c
@@ -150,7 +150,7 @@ void __attribute__((noreturn)) loaderLoop(void)
for (;;)
{
handleBMCPacket();
- Network_PassthroughRxPatcket(&gPort0);
+ NCSI_handlePassthrough();
handleCommand();
}
}
OpenPOWER on IntegriCloud