Commit c06209d9 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: rtl8723au: set_qos() keep userpriority in a u8

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d7f2c23a
...@@ -404,7 +404,7 @@ static void set_qos(struct sk_buff *skb, struct pkt_attrib *pattrib) ...@@ -404,7 +404,7 @@ static void set_qos(struct sk_buff *skb, struct pkt_attrib *pattrib)
{ {
u8 *pframe = skb->data; u8 *pframe = skb->data;
struct iphdr *ip_hdr; struct iphdr *ip_hdr;
s32 UserPriority = 0; u8 UserPriority = 0;
/* get UserPriority from IP hdr */ /* get UserPriority from IP hdr */
if (pattrib->ether_type == ETH_P_IP) { if (pattrib->ether_type == ETH_P_IP) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment