msm_rmnet_bam: Return NETDEV_TX_BUSY when queue is stopped
rmnet_data driver directy uses rmnet_xmit for control packets
and since there is a possibility that the queue is stopped,
skb's would not be freed by rmnet_data as it assumes
that the xmit was successful. Changing the return value in
case the channel is full so that rmnet_data handles the skb
appropriately.
Change-Id: I8608f367d8c1018640e87d5b10416b0dc8a1bcd5
Signed-off-by:
Ashwanth Goli <ashwanth@codeaurora.org>
Loading
Please register or sign in to comment