aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 6ec12bd3a3ec..bd72f59e98fd 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -457,6 +457,8 @@ struct ieee80211_conf {
457/** 457/**
458 * enum ieee80211_if_types - types of 802.11 network interfaces 458 * enum ieee80211_if_types - types of 802.11 network interfaces
459 * 459 *
460 * @IEEE80211_IF_TYPE_INVALID: invalid interface type, not used
461 * by mac80211 itself
460 * @IEEE80211_IF_TYPE_AP: interface in AP mode. 462 * @IEEE80211_IF_TYPE_AP: interface in AP mode.
461 * @IEEE80211_IF_TYPE_MGMT: special interface for communication with hostap 463 * @IEEE80211_IF_TYPE_MGMT: special interface for communication with hostap
462 * daemon. Drivers should never see this type. 464 * daemon. Drivers should never see this type.
@@ -468,6 +470,7 @@ struct ieee80211_conf {
468 * will never see this type. 470 * will never see this type.
469 */ 471 */
470enum ieee80211_if_types { 472enum ieee80211_if_types {
473 IEEE80211_IF_TYPE_INVALID,
471 IEEE80211_IF_TYPE_AP, 474 IEEE80211_IF_TYPE_AP,
472 IEEE80211_IF_TYPE_MGMT, 475 IEEE80211_IF_TYPE_MGMT,
473 IEEE80211_IF_TYPE_STA, 476 IEEE80211_IF_TYPE_STA,