diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-02-23 09:17:07 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-06 15:30:41 -0500 |
commit | 6032f934c818e5c3435c9f17274fe1983f53c6b4 (patch) | |
tree | c095cb07ffb67dd81df0d4d0573e060e132fe082 /include/net/mac80211.h | |
parent | 2ec600d672e74488f8d1acf67a0a2baed222564c (diff) |
mac80211: add mesh interface type
This adds the mesh interface type.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 7a80c3981237..934cc25f757a 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -443,6 +443,7 @@ enum ieee80211_if_types { | |||
443 | IEEE80211_IF_TYPE_AP, | 443 | IEEE80211_IF_TYPE_AP, |
444 | IEEE80211_IF_TYPE_STA, | 444 | IEEE80211_IF_TYPE_STA, |
445 | IEEE80211_IF_TYPE_IBSS, | 445 | IEEE80211_IF_TYPE_IBSS, |
446 | IEEE80211_IF_TYPE_MESH_POINT, | ||
446 | IEEE80211_IF_TYPE_MNTR, | 447 | IEEE80211_IF_TYPE_MNTR, |
447 | IEEE80211_IF_TYPE_WDS, | 448 | IEEE80211_IF_TYPE_WDS, |
448 | IEEE80211_IF_TYPE_VLAN, | 449 | IEEE80211_IF_TYPE_VLAN, |