Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213959
b: refs/heads/master
c: 31a5cdd
h: refs/heads/master
i:
  213957: 4812ed6
  213955: 3f152ae
  213951: 5c12cf6
v: v3
  • Loading branch information
John W. Linville committed Aug 16, 2010
1 parent 35aabcc commit 2437d06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 0f956e7107fe5069767323a1bf2a522f5f37cc2c
refs/heads/master: 31a5cddaaed9c04ef653e3c2900cfb5a646fe686
9 changes: 4 additions & 5 deletions trunk/drivers/net/wireless/rtl818x/rtl8187_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1176,13 +1176,12 @@ static void rtl8187_bss_info_changed(struct ieee80211_hw *dev,
else
reg = 0;

if (is_valid_ether_addr(info->bssid)) {
if (is_valid_ether_addr(info->bssid))
reg |= RTL818X_MSR_INFRA;
rtl818x_iowrite8(priv, &priv->map->MSR, reg);
} else {
else
reg |= RTL818X_MSR_NO_LINK;
rtl818x_iowrite8(priv, &priv->map->MSR, reg);
}

rtl818x_iowrite8(priv, &priv->map->MSR, reg);

mutex_unlock(&priv->conf_mutex);
}
Expand Down

0 comments on commit 2437d06

Please sign in to comment.