diff options
author | Helmut Schaa <helmut.schaa@googlemail.com> | 2011-03-03 13:45:39 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-04 14:06:49 -0500 |
commit | 3736fe5808577f9d3a31a565ef4e78ceae250c98 (patch) | |
tree | f0892eaa013ea83d1b38fe69e7b176c816fabfb9 /drivers | |
parent | 0aa13b2e06fbb8327c7acb4ccf684b2b65c302ce (diff) |
rt2x00: Fix comment in rt2800pci
We don't use interrupt threads anymore. Fix the comment.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c index b58484a80b7c..808073aa9dcc 100644 --- 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) | |||
835 | * | 835 | * |
836 | * Furthermore we don't disable the TX_FIFO_STATUS | 836 | * Furthermore we don't disable the TX_FIFO_STATUS |
837 | * interrupt here but leave it enabled so that the TX_STA_FIFO | 837 | * interrupt here but leave it enabled so that the TX_STA_FIFO |
838 | * can also be read while the interrupt thread gets executed. | 838 | * can also be read while the tx status tasklet gets executed. |
839 | * | 839 | * |
840 | * Since we have only one producer and one consumer we don't | 840 | * Since we have only one producer and one consumer we don't |
841 | * need to lock the kfifo. | 841 | * need to lock the kfifo. |