Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246865
b: refs/heads/master
c: e8e3860
h: refs/heads/master
i:
  246863: 76a965a
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Apr 13, 2011
1 parent c899b28 commit 8eb2bc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 15f6d6d52fe0d9fcf8c09788caff5d1684e5f12c
refs/heads/master: e8e3860765641d5e9d1607ec50191cb33c28371d
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/htc.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ struct tx_frame_hdr {
__be32 flags; /* ATH9K_HTC_TX_* */
u8 key_type;
u8 keyix;
u8 reserved[26];
u8 cookie;
u8 pad;
} __packed;

struct tx_mgmt_hdr {
Expand All @@ -95,7 +96,8 @@ struct tx_mgmt_hdr {
u8 flags;
u8 key_type;
u8 keyix;
u16 reserved;
u8 cookie;
u8 pad;
} __packed;

struct tx_beacon_header {
Expand Down

0 comments on commit 8eb2bc4

Please sign in to comment.