diff options
author | Rui Paulo <rpaulo@gmail.com> | 2009-11-18 13:40:00 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-18 17:09:27 -0500 |
commit | 136cfa28615ccce0f9374811480e0b81c4191ea5 (patch) | |
tree | 9a07d6f316d19f85fd989b17e75d931f907c7d1a /net/mac80211/ieee80211_i.h | |
parent | fe7a5d5c1ad659bf0ec7dc171e122aeefa16ac25 (diff) |
mac80211: use a structure to hold the mesh config information element
Signed-off-by: Rui Paulo <rpaulo@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 74e79935de0a..87d27f450a05 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -798,7 +798,7 @@ struct ieee802_11_elems { | |||
798 | u8 *wmm_param; | 798 | u8 *wmm_param; |
799 | struct ieee80211_ht_cap *ht_cap_elem; | 799 | struct ieee80211_ht_cap *ht_cap_elem; |
800 | struct ieee80211_ht_info *ht_info_elem; | 800 | struct ieee80211_ht_info *ht_info_elem; |
801 | u8 *mesh_config; | 801 | struct ieee80211_meshconf_ie *mesh_config; |
802 | u8 *mesh_id; | 802 | u8 *mesh_id; |
803 | u8 *peer_link; | 803 | u8 *peer_link; |
804 | u8 *preq; | 804 | u8 *preq; |
@@ -826,7 +826,6 @@ struct ieee802_11_elems { | |||
826 | u8 ext_supp_rates_len; | 826 | u8 ext_supp_rates_len; |
827 | u8 wmm_info_len; | 827 | u8 wmm_info_len; |
828 | u8 wmm_param_len; | 828 | u8 wmm_param_len; |
829 | u8 mesh_config_len; | ||
830 | u8 mesh_id_len; | 829 | u8 mesh_id_len; |
831 | u8 peer_link_len; | 830 | u8 peer_link_len; |
832 | u8 preq_len; | 831 | u8 preq_len; |