Skip to content

Commit

Permalink
Make sure EAPOL packet gets high priority.
Browse files Browse the repository at this point in the history
Signed-off-by: David Lin <[email protected]>
  • Loading branch information
yuhhaurlin committed Jul 18, 2017
1 parent 4f60068 commit 612df7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hif/pcie/rx_ndp.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ static inline void pcie_rx_process_fast_data(struct mwl_priv *priv,
if (!mwl_vif)
goto drop_packet;

ethertype = (skb->data[12] << 8) | skb->data[13];
ethertype = (skb->data[20] << 8) | skb->data[21];
fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA);

memset(&hdr, 0, sizeof(hdr));
Expand Down

0 comments on commit 612df7c

Please sign in to comment.