Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175512
b: refs/heads/master
c: d1844d7
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Dec 7, 2009
1 parent 49d6159 commit 2b13365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: d8a8dd8f07aed82492c089ad13fd3d7476b692fd
refs/heads/master: d1844d77692de3158ad458ed4c7b86d78ab4085e
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -3025,9 +3025,6 @@ static void mwl8k_bss_info_changed(struct ieee80211_hw *hw,
struct mwl8k_vif *mwl8k_vif = MWL8K_VIF(vif);
int rc;

if (changed & BSS_CHANGED_BSSID)
memcpy(mwl8k_vif->bssid, info->bssid, ETH_ALEN);

if ((changed & BSS_CHANGED_ASSOC) == 0)
return;

Expand All @@ -3041,6 +3038,8 @@ static void mwl8k_bss_info_changed(struct ieee80211_hw *hw,
memcpy(&mwl8k_vif->bss_info, info,
sizeof(struct ieee80211_bss_conf));

memcpy(mwl8k_vif->bssid, info->bssid, ETH_ALEN);

/* Install rates */
rc = mwl8k_update_rateset(hw, vif);
if (rc)
Expand Down

0 comments on commit 2b13365

Please sign in to comment.