Updated from Linux LTS 3.10.22 to 3.10.23
This commit is contained in:
@@ -862,7 +862,7 @@ lowpan_process_data(struct sk_buff *skb)
|
||||
* Traffic class carried in-line
|
||||
* ECN + DSCP (1 byte), Flow Label is elided
|
||||
*/
|
||||
case 1: /* 10b */
|
||||
case 2: /* 10b */
|
||||
if (lowpan_fetch_skb_u8(skb, &tmp))
|
||||
goto drop;
|
||||
|
||||
@@ -875,7 +875,7 @@ lowpan_process_data(struct sk_buff *skb)
|
||||
* Flow Label carried in-line
|
||||
* ECN + 2-bit Pad + Flow Label (3 bytes), DSCP is elided
|
||||
*/
|
||||
case 2: /* 01b */
|
||||
case 1: /* 01b */
|
||||
if (lowpan_fetch_skb_u8(skb, &tmp))
|
||||
goto drop;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user