kernel/drivers/net/wireless/rsi/rsi_91x_core.c
.. .. @@ -1,4 +1,4 @@ 1 -/**1 +/*2 2 * Copyright (c) 2014 Redpine Signals Inc. 3 3 * 4 4 * Permission to use, copy, modify, and/or distribute this software for any .. .. @@ -466,7 +466,9 @@ 466 466 tid, 0); 467 467 } 468 468 } 469 - if (skb->protocol == cpu_to_be16(ETH_P_PAE)) {469 +470 + if (IEEE80211_SKB_CB(skb)->control.flags &471 + IEEE80211_TX_CTRL_PORT_CTRL_PROTO) {470 472 q_num = MGMT_SOFT_Q; 471 473 skb->priority = q_num; 472 474 }