diff options
author | Christian Lamparter <chunkeey@web.de> | 2009-04-10 21:58:01 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:45 -0400 |
commit | 6dfe9a884fec67070fc7502ad82f7eb328950b72 (patch) | |
tree | 41e23d2b9ddae510e22049af17fa631afba73da4 /drivers/net/wireless/p54/p54.h | |
parent | 492301fb5d12e4a77a1010ad2b6f1ed306014123 (diff) |
p54: utilize all available key slots for decryption offload
This patch takes care of outstanding TODOs:
/* TODO: some devices have 4 more free slots for rx keys */
Now the driver can utilize all available key slots instead of just 4.
Obviously, this helps most in AP/IBSS(/MESH) mode, when
we have to use more different keys.
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r-- | drivers/net/wireless/p54/p54.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h index d6354faaa2bc..7fda1a9e263b 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h | |||
@@ -186,6 +186,7 @@ struct p54_common { | |||
186 | /* cryptographic engine information */ | 186 | /* cryptographic engine information */ |
187 | u8 privacy_caps; | 187 | u8 privacy_caps; |
188 | u8 rx_keycache_size; | 188 | u8 rx_keycache_size; |
189 | unsigned long *used_rxkeys; | ||
189 | 190 | ||
190 | /* LED management */ | 191 | /* LED management */ |
191 | #ifdef CONFIG_MAC80211_LEDS | 192 | #ifdef CONFIG_MAC80211_LEDS |