
Change-Id I28d5985655b4 is accessing uninitialized pointer params->rx_ops, which cause failure during load. To fix this, as well as to avoid big structure on stack, allocate that structure from heap and free after usage. Change-Id: Ibcdb2904c223e43744e635ef5d530a63867f644b CRs-Fixed: 2207937