Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327663
b: refs/heads/master
c: 8b3d1cc
h: refs/heads/master
i:
  327661: fc162cb
  327659: 3d7d9e7
  327655: 1227b7d
  327647: 05535b9
v: v3
  • Loading branch information
Johannes Berg committed Aug 20, 2012
1 parent 4162307 commit 12af1a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d71117a279aa30574a8af6c7348570c292285c2
refs/heads/master: 8b3d1cc213f96bfffb5b7808d859b9ad26149e82
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/mac80211_hwsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,7 @@ static const struct ieee80211_iface_limit hwsim_if_limits[] = {
#endif
BIT(NL80211_IFTYPE_AP) |
BIT(NL80211_IFTYPE_P2P_GO) },
{ .max = 1, .types = BIT(NL80211_IFTYPE_P2P_DEVICE) },
};

static const struct ieee80211_iface_combination hwsim_if_comb = {
Expand Down Expand Up @@ -1820,7 +1821,8 @@ static int __init init_mac80211_hwsim(void)
BIT(NL80211_IFTYPE_P2P_CLIENT) |
BIT(NL80211_IFTYPE_P2P_GO) |
BIT(NL80211_IFTYPE_ADHOC) |
BIT(NL80211_IFTYPE_MESH_POINT);
BIT(NL80211_IFTYPE_MESH_POINT) |
BIT(NL80211_IFTYPE_P2P_DEVICE);

hw->flags = IEEE80211_HW_MFP_CAPABLE |
IEEE80211_HW_SIGNAL_DBM |
Expand Down

0 comments on commit 12af1a4

Please sign in to comment.