Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183627
b: refs/heads/master
c: 558a666
h: refs/heads/master
i:
  183625: 9a4a957
  183623: e9da171
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Jan 12, 2010
1 parent 8f025be commit 5efca87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c74211d19d83729c209ddcd4dc026c2aedeb29e
refs/heads/master: 558a6669d7cb407fbb0b5aec184b5c3b9a893d30
10 changes: 10 additions & 0 deletions trunk/include/linux/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@ struct ieee80211_hdr_3addr {
__le16 seq_ctrl;
} __attribute__ ((packed));

struct ieee80211_qos_hdr {
__le16 frame_control;
__le16 duration_id;
u8 addr1[6];
u8 addr2[6];
u8 addr3[6];
__le16 seq_ctrl;
__le16 qos_ctrl;
} __attribute__ ((packed));

/**
* ieee80211_has_tods - check if IEEE80211_FCTL_TODS is set
* @fc: frame control bytes in little-endian byteorder
Expand Down

0 comments on commit 5efca87

Please sign in to comment.