Merge "msm: ipa: Log when embedded TX data sent on APQ platform"
This commit is contained in:
commit
e073068fb4
1 changed files with 7 additions and 0 deletions
|
@ -1094,6 +1094,13 @@ static int ipa3_wwan_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||||
bool qmap_check;
|
bool qmap_check;
|
||||||
struct ipa3_wwan_private *wwan_ptr = netdev_priv(dev);
|
struct ipa3_wwan_private *wwan_ptr = netdev_priv(dev);
|
||||||
|
|
||||||
|
if (ipa3_ctx->platform_type == IPA_PLAT_TYPE_APQ) {
|
||||||
|
IPAWANERR_RL("IPA embedded data on APQ platform\n");
|
||||||
|
dev_kfree_skb_any(skb);
|
||||||
|
dev->stats.tx_dropped++;
|
||||||
|
return NETDEV_TX_OK;
|
||||||
|
}
|
||||||
|
|
||||||
if (skb->protocol != htons(ETH_P_MAP)) {
|
if (skb->protocol != htons(ETH_P_MAP)) {
|
||||||
IPAWANDBG_LOW
|
IPAWANDBG_LOW
|
||||||
("SW filtering out none QMAP packet received from %s",
|
("SW filtering out none QMAP packet received from %s",
|
||||||
|
|
Loading…
Reference in a new issue