Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266039
b: refs/heads/master
c: 5fbdf4a
h: refs/heads/master
i:
  266037: f99c5e3
  266035: 777d00b
  266031: 1c29746
v: v3
  • Loading branch information
Javier Cardona authored and John W. Linville committed Sep 14, 2011
1 parent 1819af6 commit bbac5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2154c81c32fa44364f83218a10d8dbec4e76d4f5
refs/heads/master: 5fbdf4a2dfbc320bb8422c88c0f59b624043add1
2 changes: 1 addition & 1 deletion trunk/net/mac80211/mesh_plink.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static struct sta_info *mesh_plink_alloc(struct ieee80211_sub_if_data *sdata,
if (!sta)
return NULL;

sta->flags = WLAN_STA_AUTHORIZED | WLAN_STA_AUTH;
sta->flags = WLAN_STA_AUTHORIZED | WLAN_STA_AUTH | WLAN_STA_WME;
sta->sta.supp_rates[local->hw.conf.channel->band] = rates;
rate_control_rate_init(sta);

Expand Down

0 comments on commit bbac5f0

Please sign in to comment.