projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8be63f
)
rt2x00: Remove extra +
author
Ivo van Doorn
<ivdoorn@gmail.com>
Sat, 10 May 2008 11:45:58 +0000
(13:45 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 22 May 2008 01:47:36 +0000
(21:47 -0400)
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2400pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/rt2x00/rt2400pci.c
b/drivers/net/wireless/rt2x00/rt2400pci.c
index b11f445c7479023e8012b350a129c233ec0bfb75..4fcba9b4635fd427fb65b4a512bffe9e089fb4e4 100644
(file)
--- a/
drivers/net/wireless/rt2x00/rt2400pci.c
+++ b/
drivers/net/wireless/rt2x00/rt2400pci.c
@@
-1042,7
+1042,7
@@
static void rt2400pci_write_tx_desc(struct rt2x00_dev *rt2x00dev,
test_bit(ENTRY_TXD_RTS_FRAME, &txdesc->flags));
rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->ifs);
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);
}