Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225535
b: refs/heads/master
c: 773d1b9
h: refs/heads/master
i:
  225533: a433dc8
  225531: 36bebdd
  225527: 9f65d88
  225519: e92c907
  225503: 3b70a2b
  225471: 182e9b2
  225407: ffcc077
  225279: 0c33c89
v: v3
  • Loading branch information
Gertjan van Wingerde authored and John W. Linville committed Jan 4, 2011
1 parent 1140e69 commit 29d568c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 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: 5235189c8edddf2eb32982f814bc858b55e6350a
refs/heads/master: 773d1b98268a9effac047fd2ab1c47bf9f7a9e5f
5 changes: 0 additions & 5 deletions trunk/drivers/net/wireless/rt2x00/rt2x00.h
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,6 @@ struct rt2x00_intf {
*/
u8 mac[ETH_ALEN];

/*
* BBSID of the AP to associate with.
*/
u8 bssid[ETH_ALEN];

/*
* beacon->skb must be protected with the mutex.
*/
Expand Down
11 changes: 0 additions & 11 deletions trunk/drivers/net/wireless/rt2x00/rt2x00mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,17 +614,6 @@ void rt2x00mac_bss_info_changed(struct ieee80211_hw *hw,
if (!test_bit(DEVICE_STATE_PRESENT, &rt2x00dev->flags))
return;

spin_lock(&intf->lock);

/*
* conf->bssid can be NULL if coming from the internal
* beacon update routine.
*/
if (changes & BSS_CHANGED_BSSID)
memcpy(&intf->bssid, bss_conf->bssid, ETH_ALEN);

spin_unlock(&intf->lock);

/*
* Call rt2x00_config_intf() outside of the spinlock context since
* the call will sleep for USB drivers. By using the ieee80211_if_conf
Expand Down

0 comments on commit 29d568c

Please sign in to comment.