meta-ibm: Update ncsi-linkspeed service

The ncsi-netlink tool has changed, requiring the OEM command to be
prepended to the payload.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Change-Id: I349a992360d35bc0703979adfcc62d96789bff85
diff --git a/meta-ibm/recipes-phosphor/network/network/ncsi-wait-and-set-speed b/meta-ibm/recipes-phosphor/network/network/ncsi-wait-and-set-speed
index e435831..b18bfec 100644
--- a/meta-ibm/recipes-phosphor/network/network/ncsi-wait-and-set-speed
+++ b/meta-ibm/recipes-phosphor/network/network/ncsi-wait-and-set-speed
@@ -22,7 +22,7 @@
     echo "attempt number $i: setting $netIface to 1 gigabit"
     rc=0
     # package 0, channel 0, oem command, see Intel I210 datasheet section 10.6.3.10.1
-    /usr/libexec/ncsi-netlink-ifindex "$netIface" -p 0 -c 0 -o 00000157200001 || rc=$?
+    /usr/libexec/ncsi-netlink-ifindex "$netIface" -p 0 -c 0 -o 5000000157200001 || rc=$?
     if [ $rc -ne 0 ]; then
         echo "error code is $rc setting $netIface to 1 gigabit, sleep and retry"
         sleep 5