diff options
author | Arik Nemtsov <arik@wizery.com> | 2011-12-12 05:08:25 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-04-12 01:44:02 -0400 |
commit | 6bac40a63aae9d0942496c9f350dbb7a6c88e3fa (patch) | |
tree | 4258025aea5a3a238f907d1751dc19cdb991c1a5 /drivers/net/wireless/ti/wl12xx/main.c | |
parent | 34785be5e0472ec7270a96c2a05ad5b5a1e25236 (diff) |
wlcore/wl12xx: adapt FW status for multiple families
Add room for a private data struct at the end of the common FW status.
Add a convenience "counters" struct inside the FW status.
The wl12xx family does not currently use the FW status private data.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx/main.c')
-rw-r--r-- | drivers/net/wireless/ti/wl12xx/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c index be48c47d3ac0..d7dd3def07b5 100644 --- a/drivers/net/wireless/ti/wl12xx/main.c +++ b/drivers/net/wireless/ti/wl12xx/main.c | |||
@@ -1343,6 +1343,7 @@ static int __devinit wl12xx_probe(struct platform_device *pdev) | |||
1343 | wl->band_rate_to_idx = wl12xx_band_rate_to_idx; | 1343 | wl->band_rate_to_idx = wl12xx_band_rate_to_idx; |
1344 | wl->hw_tx_rate_tbl_size = WL12XX_CONF_HW_RXTX_RATE_MAX; | 1344 | wl->hw_tx_rate_tbl_size = WL12XX_CONF_HW_RXTX_RATE_MAX; |
1345 | wl->hw_min_ht_rate = WL12XX_CONF_HW_RXTX_RATE_MCS0; | 1345 | wl->hw_min_ht_rate = WL12XX_CONF_HW_RXTX_RATE_MCS0; |
1346 | wl->fw_status_priv_len = 0; | ||
1346 | memcpy(&wl->ht_cap, &wl12xx_ht_cap, sizeof(wl12xx_ht_cap)); | 1347 | memcpy(&wl->ht_cap, &wl12xx_ht_cap, sizeof(wl12xx_ht_cap)); |
1347 | wl12xx_conf_init(wl); | 1348 | wl12xx_conf_init(wl); |
1348 | 1349 | ||