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>
This commit is contained in:

committed by
John W. Linville

parent
5235189c8e
commit
773d1b9826
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user