|
@@ -331,9 +331,8 @@ static void rt2400pci_config_erp(struct rt2x00_dev *rt2x00dev,
|
|
|
preamble_mask = erp->short_preamble << 3;
|
|
|
|
|
|
rt2x00pci_register_read(rt2x00dev, TXCSR1, ®);
|
|
|
- rt2x00_set_field32(®, TXCSR1_ACK_TIMEOUT, erp->ack_timeout);
|
|
|
- rt2x00_set_field32(®, TXCSR1_ACK_CONSUME_TIME,
|
|
|
- erp->ack_consume_time);
|
|
|
+ rt2x00_set_field32(®, TXCSR1_ACK_TIMEOUT, 0x1ff);
|
|
|
+ rt2x00_set_field32(®, TXCSR1_ACK_CONSUME_TIME, 0x13a);
|
|
|
rt2x00_set_field32(®, TXCSR1_TSF_OFFSET, IEEE80211_HEADER);
|
|
|
rt2x00_set_field32(®, TXCSR1_AUTORESPONDER, 1);
|
|
|
rt2x00pci_register_write(rt2x00dev, TXCSR1, reg);
|