Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225129
b: refs/heads/master
c: 7659a19
h: refs/heads/master
i:
  225127: bf0fca8
v: v3
  • Loading branch information
Javier Cardona authored and John W. Linville committed Dec 7, 2010
1 parent c01733e commit 0bc0988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cae6b74d907e2abd22d496fe30417b088d3302cf
refs/heads/master: 7659a193f94c0003dd06e9e874d19bade1a8c952
2 changes: 2 additions & 0 deletions trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,12 @@ void ieee80211_bss_info_change_notify(struct ieee80211_sub_if_data *sdata,
sdata->vif.bss_conf.enable_beacon =
!!sdata->u.ibss.presp;
break;
#ifdef CONFIG_MAC80211_MESH
case NL80211_IFTYPE_MESH_POINT:
sdata->vif.bss_conf.enable_beacon =
!!sdata->u.mesh.mesh_id_len;
break;
#endif
default:
/* not reached */
WARN_ON(1);
Expand Down

0 comments on commit 0bc0988

Please sign in to comment.