ath9k_hw: remove pCap->keycache_size
authorFelix Fietkau <nbd@openwrt.org>
Wed, 23 Mar 2011 19:57:31 +0000 (20:57 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 30 Mar 2011 18:15:20 +0000 (14:15 -0400)
commit6de12a1bcef0145436e815d30a3d48b9fadb199d
tree8a54c5906d4b74ce85e0e10f247a2b9765a31ae8
parentc429bdcf8fe033f04830a960e07c13a01f631499
ath9k_hw: remove pCap->keycache_size

Similar to the number of tx queue, the number of keycache entries depends
on the chip and shouldn't be messed with based on EEPROM data.
Remove this field and stick to using AR_KEYTABLE_SIZE

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/htc_drv_init.c
drivers/net/wireless/ath/ath9k/hw.c
drivers/net/wireless/ath/ath9k/hw.h
drivers/net/wireless/ath/ath9k/init.c