diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-09-30 14:52:16 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-30 14:52:29 -0400 |
commit | 8e00f5fbb4ecbc3431fa686cba60cd76a62604af (patch) | |
tree | 78aa3bdef892dbd1afc8969fc528e529cfc266f7 /include/linux/ieee80211.h | |
parent | 56fd49e399ce1d82200fad5b8924d4e35a587809 (diff) | |
parent | 0874073570d9184a169a4ae2abbe8dbcb71878e9 (diff) |
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem
Conflicts:
drivers/net/wireless/iwlwifi/iwl-pci.c
drivers/net/wireless/wl12xx/main.c
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 72f3933938c0..b5e0a5c344fd 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -777,6 +777,13 @@ struct ieee80211_mmie { | |||
777 | u8 mic[8]; | 777 | u8 mic[8]; |
778 | } __attribute__ ((packed)); | 778 | } __attribute__ ((packed)); |
779 | 779 | ||
780 | struct ieee80211_vendor_ie { | ||
781 | u8 element_id; | ||
782 | u8 len; | ||
783 | u8 oui[3]; | ||
784 | u8 oui_type; | ||
785 | } __packed; | ||
786 | |||
780 | /* Control frames */ | 787 | /* Control frames */ |
781 | struct ieee80211_rts { | 788 | struct ieee80211_rts { |
782 | __le16 frame_control; | 789 | __le16 frame_control; |
@@ -1470,6 +1477,9 @@ enum ieee80211_sa_query_action { | |||
1470 | 1477 | ||
1471 | #define WLAN_PMKID_LEN 16 | 1478 | #define WLAN_PMKID_LEN 16 |
1472 | 1479 | ||
1480 | #define WLAN_OUI_WFA 0x506f9a | ||
1481 | #define WLAN_OUI_TYPE_WFA_P2P 9 | ||
1482 | |||
1473 | /* | 1483 | /* |
1474 | * WMM/802.11e Tspec Element | 1484 | * WMM/802.11e Tspec Element |
1475 | */ | 1485 | */ |