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:
0aa13b2
)
rt2x00: Fix comment in rt2800pci
author
Helmut Schaa
<
[email protected]
>
Thu, 3 Mar 2011 18:45:39 +0000
(19:45 +0100)
committer
John W. Linville
<
[email protected]
>
Fri, 4 Mar 2011 19:06:49 +0000
(14:06 -0500)
We don't use interrupt threads anymore. Fix the comment.
Signed-off-by: Helmut Schaa <
[email protected]
>
Signed-off-by: Ivo van Doorn <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/rt2x00/rt2800pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/rt2x00/rt2800pci.c
b/drivers/net/wireless/rt2x00/rt2800pci.c
index b58484a80b7c716b502ec92eafd744c39a47ac5c..808073aa9dcc7e8a6496699461e4824cd9dde9ff 100644
(file)
--- a/
drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/
drivers/net/wireless/rt2x00/rt2800pci.c
@@
-835,7
+835,7
@@
static void rt2800pci_txstatus_interrupt(struct rt2x00_dev *rt2x00dev)
*
* Furthermore we don't disable the TX_FIFO_STATUS
* interrupt here but leave it enabled so that the TX_STA_FIFO
- * can also be read while the
interrupt thread
gets executed.
+ * can also be read while the
tx status tasklet
gets executed.
*
* Since we have only one producer and one consumer we don't
* need to lock the kfifo.