Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258493
b: refs/heads/master
c: 856799d
h: refs/heads/master
i:
  258491: 08bb020
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Jul 19, 2011
1 parent e308501 commit ccb66f4
Show file tree
Hide file tree
Showing 2 changed files with 38 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: eb1577b7c4b2cdd0e18b0d5d8e940e36329215e5
refs/heads/master: 856799d58274bfa6a57bc80051ee1cefdb6b041f
37 changes: 37 additions & 0 deletions trunk/include/linux/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,43 @@ enum ieee80211_sa_query_action {

#define WLAN_PMKID_LEN 16

/*
* WMM/802.11e Tspec Element
*/
#define IEEE80211_WMM_IE_TSPEC_TID_MASK 0x0F
#define IEEE80211_WMM_IE_TSPEC_TID_SHIFT 1

enum ieee80211_tspec_status_code {
IEEE80211_TSPEC_STATUS_ADMISS_ACCEPTED = 0,
IEEE80211_TSPEC_STATUS_ADDTS_INVAL_PARAMS = 0x1,
};

struct ieee80211_tspec_ie {
u8 element_id;
u8 len;
u8 oui[3];
u8 oui_type;
u8 oui_subtype;
u8 version;
__le16 tsinfo;
u8 tsinfo_resvd;
__le16 nominal_msdu;
__le16 max_msdu;
__le32 min_service_int;
__le32 max_service_int;
__le32 inactivity_int;
__le32 suspension_int;
__le32 service_start_time;
__le32 min_data_rate;
__le32 mean_data_rate;
__le32 peak_data_rate;
__le32 max_burst_size;
__le32 delay_bound;
__le32 min_phy_rate;
__le16 sba;
__le16 medium_time;
} __packed;

/**
* ieee80211_get_qos_ctl - get pointer to qos control bytes
* @hdr: the frame
Expand Down

0 comments on commit ccb66f4

Please sign in to comment.