diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2010-12-27 15:05:14 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-01-04 14:35:13 -0500 |
commit | 773d1b98268a9effac047fd2ab1c47bf9f7a9e5f (patch) | |
tree | a87e97b63c12d3a8b3d185925c22a1e14ab2c261 /drivers/net/wireless/rt2x00/rt2x00.h | |
parent | 5235189c8edddf2eb32982f814bc858b55e6350a (diff) |
rt2x00: Remove intf->bssid field.
The bssid field in struct rt2x00_intf is only written to once, and is
never read from.
Remove this field, as it appears to not be needed.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index af1d3efc294..5f7f52ff74d 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h @@ -365,11 +365,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. */ struct mutex beacon_skb_mutex; |