From: Haiyang Zhang <haiya...@microsoft.com>
Date: Mon, 21 Apr 2014 12:26:15 -0700

> @@ -401,8 +401,6 @@ static void rndis_filter_receive_data(struct rndis_device 
> *dev,
>       pkt->total_data_buflen = rndis_pkt->data_len;
>       pkt->data = (void *)((unsigned long)pkt->data + data_offset);
>  
> -     pkt->is_data_pkt = true;
> -
>       vlan = rndis_get_ppi(rndis_pkt, IEEE_8021Q_INFO);
>       if (vlan) {
>               pkt->vlan_tci = VLAN_TAG_PRESENT | vlan->vlanid |

This part of your change is not explained at all in your commit message.

Please resubmit this series with this hunk properly described and
accounted for.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to