Loading
msm: rndis_ipa: use netif_rx_ni to push packets to network stack
rndis_ipa indicates packets to the network stack in process
context so netif_rx_ni is the correct API to use. Using
netif_rx in this context can cause fluctuations in latency
of NET_RX being serviced.
Change-Id: Ifad426442197e8b02f43fdef00fe7a2db0b2eeb0
Signed-off-by:
Ravi Gummadidala <rgummadi@codeaurora.org>