|
@@ -1042,7 +1042,7 @@ static void rt2400pci_write_tx_desc(struct rt2x00_dev *rt2x00dev,
|
|
test_bit(ENTRY_TXD_RTS_FRAME, &txdesc->flags));
|
|
test_bit(ENTRY_TXD_RTS_FRAME, &txdesc->flags));
|
|
rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->ifs);
|
|
rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->ifs);
|
|
rt2x00_set_field32(&word, TXD_W0_RETRY_MODE,
|
|
rt2x00_set_field32(&word, TXD_W0_RETRY_MODE,
|
|
-+ test_bit(ENTRY_TXD_RETRY_MODE, &txdesc->flags));
|
|
|
|
|
|
+ test_bit(ENTRY_TXD_RETRY_MODE, &txdesc->flags));
|
|
rt2x00_desc_write(txd, 0, word);
|
|
rt2x00_desc_write(txd, 0, word);
|
|
}
|
|
}
|
|
|
|
|