X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Flwr_mac_phy.c;h=c9aa3bd54db5d4a265da27daaccedc59606f65cd;hb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;hp=794346747dd166456bc14571ddebba4a0f0596a6;hpb=45d134510deb6902b870b4a0fb574b6075fba601;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_phy.c b/src/5gnrmac/lwr_mac_phy.c index 794346747..c9aa3bd54 100644 --- a/src/5gnrmac/lwr_mac_phy.c +++ b/src/5gnrmac/lwr_mac_phy.c @@ -243,10 +243,10 @@ void LwrMacRecvPhyMsg() * * *****************************************************************/ -PUBLIC uint16_t LwrMacSendToPhy(uint8_t msgType, uint32_t msgLen, void *msg) +uint8_t LwrMacSendToPhy(uint8_t msgType, uint32_t msgLen, void *msg) { #ifdef INTEL_WLS - int ret; + uint8_t ret; unsigned long long pMsg; pMsg = WLS_VA2PA(mtGetWlsHdl(), msg);