Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376654
b: refs/heads/master
c: 1351c5d
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed May 27, 2013
1 parent 2cfcd00 commit 1f95b35
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4325d724cd91643c727ca4cb063e8bb19989950b
refs/heads/master: 1351c5d3b189a487fbacd5cdf2dc3e6faf12c682
3 changes: 3 additions & 0 deletions trunk/net/mac80211/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
master->control_port_protocol;
sdata->control_port_no_encrypt =
master->control_port_no_encrypt;
sdata->vif.cab_queue = master->vif.cab_queue;
memcpy(sdata->vif.hw_queue, master->vif.hw_queue,
sizeof(sdata->vif.hw_queue));
break;
}
case NL80211_IFTYPE_AP:
Expand Down

0 comments on commit 1f95b35

Please sign in to comment.