Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203723
b: refs/heads/master
c: 3f6ff6b
h: refs/heads/master
i:
  203721: 8fac74d
  203719: b1549e3
v: v3
  • Loading branch information
John W. Linville committed Jul 20, 2010
1 parent bbf5d92 commit 6e7cfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f366c5dabcb936dd5754a35188bd699181fe1ce
refs/heads/master: 3f6ff6bacdec217c98a60910c4804d11ce859820
2 changes: 1 addition & 1 deletion trunk/net/wireless/lib80211_crypt_tkip.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ static void michael_mic_hdr(struct sk_buff *skb, u8 * hdr)
}

if (ieee80211_is_data_qos(hdr11->frame_control)) {
hdr[12] = le16_to_cpu(*ieee80211_get_qos_ctl(hdr11))
hdr[12] = le16_to_cpu(*((__le16 *)ieee80211_get_qos_ctl(hdr11)))
& IEEE80211_QOS_CTL_TID_MASK;
} else
hdr[12] = 0; /* priority */
Expand Down

0 comments on commit 6e7cfd5

Please sign in to comment.