Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121993
b: refs/heads/master
c: 55b3961
h: refs/heads/master
i:
  121991: aef40ec
v: v3
  • Loading branch information
Andrey Yurovsky authored and John W. Linville committed Nov 21, 2008
1 parent 1257ee8 commit b73201d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: a3c9aa512945aa5552d03c7d6d6c3b826a3f9e28
refs/heads/master: 55b3961953494c340b3625486f484af8ded31dd7
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/mac80211_hwsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ static void mac80211_hwsim_beacon_tx(void *arg, u8 *mac,

hwsim_check_magic(vif);

if (vif->type != NL80211_IFTYPE_AP)
if (vif->type != NL80211_IFTYPE_AP &&
vif->type != NL80211_IFTYPE_MESH_POINT)
return;

skb = ieee80211_beacon_get(hw, vif);
Expand Down Expand Up @@ -774,7 +775,8 @@ static int __init init_mac80211_hwsim(void)
hw->queues = 4;
hw->wiphy->interface_modes =
BIT(NL80211_IFTYPE_STATION) |
BIT(NL80211_IFTYPE_AP);
BIT(NL80211_IFTYPE_AP) |
BIT(NL80211_IFTYPE_MESH_POINT);
hw->ampdu_queues = 1;

/* ask mac80211 to reserve space for magic */
Expand Down

0 comments on commit b73201d

Please sign in to comment.