On Tue, May 14, 2019 at 01:09:50AM +0530, Puranjay Mohan wrote:
> @@ -746,12 +730,12 @@ int ieee80211_xmit(struct sk_buff *skb, struct 
> net_device *dev)
>               txb->payload_size = __cpu_to_le16(bytes);
>  
>               //if (ieee->current_network.QoS_Enable)
> -             if(qos_actived)
> -             {
> +             if (qos_actived)
> +
>                       txb->queue_index = UP2AC(skb->priority);

No blank line here either.

> -             } else {
> +             else
>                       txb->queue_index = WME_AC_BK;
> -             }
> +

Or here.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to