aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271_acx.h
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@nokia.com>2009-12-11 08:40:54 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-12-28 16:31:32 -0500
commit3ed8f2c61466f10d99585365fd2aaafaf2d4c949 (patch)
tree5e523946c3861e0006d14964b11595e57d9b2e38 /drivers/net/wireless/wl12xx/wl1271_acx.h
parent8cf5e8e509950237fa0982235a703348d8b6e670 (diff)
wl1271: some new configuration values according to new reference
In the new reference driver, some of the firmware configuration values have been changed. This patch changes them in the wl1271 driver accordingly. Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Reviewed-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271_acx.h')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_acx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_acx.h b/drivers/net/wireless/wl12xx/wl1271_acx.h
index fa5d9539440..dcd64b7919e 100644
--- a/drivers/net/wireless/wl12xx/wl1271_acx.h
+++ b/drivers/net/wireless/wl12xx/wl1271_acx.h
@@ -885,8 +885,8 @@ struct acx_tx_config_options {
885 __le16 tx_compl_threshold; /* number of packets */ 885 __le16 tx_compl_threshold; /* number of packets */
886} __attribute__ ((packed)); 886} __attribute__ ((packed));
887 887
888#define ACX_RX_MEM_BLOCKS 64 888#define ACX_RX_MEM_BLOCKS 70
889#define ACX_TX_MIN_MEM_BLOCKS 64 889#define ACX_TX_MIN_MEM_BLOCKS 40
890#define ACX_TX_DESCRIPTORS 32 890#define ACX_TX_DESCRIPTORS 32
891#define ACX_NUM_SSID_PROFILES 1 891#define ACX_NUM_SSID_PROFILES 1
892 892