Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203325
b: refs/heads/master
c: d440cb9
h: refs/heads/master
i:
  203323: 2e440ac
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Jun 30, 2010
1 parent bce9a76 commit 6ea6644
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ec2d1791a04e6f25cc55f87ddf6eaa51b2a811f7
refs/heads/master: d440cb9eb1c9c44a811f0b23dff684347d1016e0
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2800lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ void rt2800_config_intf(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf,

if (flags & CONFIG_UPDATE_BSSID) {
reg = le32_to_cpu(conf->bssid[1]);
rt2x00_set_field32(&reg, MAC_BSSID_DW1_BSS_ID_MASK, 0);
rt2x00_set_field32(&reg, MAC_BSSID_DW1_BSS_BCN_NUM, 0);
rt2x00_set_field32(&reg, MAC_BSSID_DW1_BSS_ID_MASK, 3);
rt2x00_set_field32(&reg, MAC_BSSID_DW1_BSS_BCN_NUM, 7);
conf->bssid[1] = cpu_to_le32(reg);

rt2800_register_multiwrite(rt2x00dev, MAC_BSSID_DW0,
Expand Down

0 comments on commit 6ea6644

Please sign in to comment.