diff options
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_main.c b/drivers/net/wireless/wl12xx/wl1271_main.c index d7b1bb3e08a8..7a73aaadd04c 100644 --- a/drivers/net/wireless/wl12xx/wl1271_main.c +++ b/drivers/net/wireless/wl12xx/wl1271_main.c | |||
@@ -78,7 +78,8 @@ static struct conf_drv_settings default_conf = { | |||
78 | .tx = { | 78 | .tx = { |
79 | .tx_energy_detection = 0, | 79 | .tx_energy_detection = 0, |
80 | .rc_conf = { | 80 | .rc_conf = { |
81 | .enabled_rates = CONF_TX_RATE_MASK_UNSPECIFIED, | 81 | .enabled_rates = CONF_HW_BIT_RATE_1MBPS | |
82 | CONF_HW_BIT_RATE_2MBPS, | ||
82 | .short_retry_limit = 10, | 83 | .short_retry_limit = 10, |
83 | .long_retry_limit = 10, | 84 | .long_retry_limit = 10, |
84 | .aflags = 0 | 85 | .aflags = 0 |