rt2x00: Add WCID to crypto struct
When a WCID was already assigned to a STA the key configuration functions need to use the same WCID for configuring the keys. Hence, add the WCID to the crypo configuration structure. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.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
b4943d8113
commit
f03fcfc110
@@ -478,6 +478,8 @@ struct rt2x00lib_crypto {
|
||||
u8 key[16];
|
||||
u8 tx_mic[8];
|
||||
u8 rx_mic[8];
|
||||
|
||||
int wcid;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user