diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-06-19 11:29:29 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-08-20 07:58:24 -0400 |
commit | 8b3d1cc213f96bfffb5b7808d859b9ad26149e82 (patch) | |
tree | a1ae769f941216eeaab57e39594b26136e571e50 /drivers/net/wireless/mac80211_hwsim.c | |
parent | 6d71117a279aa30574a8af6c7348570c292285c2 (diff) |
mac80211_hwsim: add support for P2P Device
Advertise support for P2P Device in hwsim
to be able to test it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/mac80211_hwsim.c')
-rw-r--r-- | drivers/net/wireless/mac80211_hwsim.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c index ed1386aa3b17..7bb032e1b789 100644 --- a/drivers/net/wireless/mac80211_hwsim.c +++ b/drivers/net/wireless/mac80211_hwsim.c | |||
@@ -1734,6 +1734,7 @@ static const struct ieee80211_iface_limit hwsim_if_limits[] = { | |||
1734 | #endif | 1734 | #endif |
1735 | BIT(NL80211_IFTYPE_AP) | | 1735 | BIT(NL80211_IFTYPE_AP) | |
1736 | BIT(NL80211_IFTYPE_P2P_GO) }, | 1736 | BIT(NL80211_IFTYPE_P2P_GO) }, |
1737 | { .max = 1, .types = BIT(NL80211_IFTYPE_P2P_DEVICE) }, | ||
1737 | }; | 1738 | }; |
1738 | 1739 | ||
1739 | static const struct ieee80211_iface_combination hwsim_if_comb = { | 1740 | static const struct ieee80211_iface_combination hwsim_if_comb = { |
@@ -1820,7 +1821,8 @@ static int __init init_mac80211_hwsim(void) | |||
1820 | BIT(NL80211_IFTYPE_P2P_CLIENT) | | 1821 | BIT(NL80211_IFTYPE_P2P_CLIENT) | |
1821 | BIT(NL80211_IFTYPE_P2P_GO) | | 1822 | BIT(NL80211_IFTYPE_P2P_GO) | |
1822 | BIT(NL80211_IFTYPE_ADHOC) | | 1823 | BIT(NL80211_IFTYPE_ADHOC) | |
1823 | BIT(NL80211_IFTYPE_MESH_POINT); | 1824 | BIT(NL80211_IFTYPE_MESH_POINT) | |
1825 | BIT(NL80211_IFTYPE_P2P_DEVICE); | ||
1824 | 1826 | ||
1825 | hw->flags = IEEE80211_HW_MFP_CAPABLE | | 1827 | hw->flags = IEEE80211_HW_MFP_CAPABLE | |
1826 | IEEE80211_HW_SIGNAL_DBM | | 1828 | IEEE80211_HW_SIGNAL_DBM | |