diff options
author | Juuso Oikarinen <juuso.oikarinen@nokia.com> | 2009-10-08 14:56:24 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:47:50 -0400 |
commit | 8a5a37a6c492f7c9602aa72ef19f69c926cdca15 (patch) | |
tree | 3f66b6e61ab2cca5422c1848e6a2392a73899b06 /drivers/net/wireless/wl12xx/wl1271_init.c | |
parent | 545f1da8ef0f20923feb500bcfaf0e2fb6068fb4 (diff) |
wl1271: Configure rate policies based on AP rates
Configure the rate policies to the firmware based on the rates given by
the AP.
Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271_init.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_init.c b/drivers/net/wireless/wl12xx/wl1271_init.c index 490df217605a..eb6b91ab968a 100644 --- a/drivers/net/wireless/wl12xx/wl1271_init.c +++ b/drivers/net/wireless/wl12xx/wl1271_init.c | |||
@@ -369,7 +369,7 @@ int wl1271_hw_init(struct wl1271 *wl) | |||
369 | goto out_free_memmap; | 369 | goto out_free_memmap; |
370 | 370 | ||
371 | /* Configure TX rate classes */ | 371 | /* Configure TX rate classes */ |
372 | ret = wl1271_acx_rate_policies(wl); | 372 | ret = wl1271_acx_rate_policies(wl, ACX_RATE_MASK_ALL); |
373 | if (ret < 0) | 373 | if (ret < 0) |
374 | goto out_free_memmap; | 374 | goto out_free_memmap; |
375 | 375 | ||