Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203314
b: refs/heads/master
c: f1aa4c5
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Jun 30, 2010
1 parent 7b4f61c commit a52e9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1df90809f79b765fd4e8868c2b182d948f198a17
refs/heads/master: f1aa4c541e98afa8b770a75ccaa8504d0bff44a7
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ int rt2x00mac_add_interface(struct ieee80211_hw *hw,
* has been initialized. Otherwise the device can reset
* the MAC registers.
*/
rt2x00lib_config_intf(rt2x00dev, intf, vif->type, intf->mac, NULL);
rt2x00lib_config_intf(rt2x00dev, intf, vif->type,
intf->mac, intf->bssid);

/*
* Some filters depend on the current working mode. We can force
Expand Down

0 comments on commit a52e9e1

Please sign in to comment.