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:
6646505
)
rt2x00: fix oops in rt2x00lib_txdone with rt61pci
author
Helmut Schaa
<
[email protected]
>
Wed, 8 Sep 2010 18:57:40 +0000
(20:57 +0200)
committer
John W. Linville
<
[email protected]
>
Tue, 14 Sep 2010 20:03:44 +0000
(16:03 -0400)
Fix a typo introduced in "rt2x00: Add helper function for reporting tx
status" that results in an oops in rt2x00lib_txdone.
Reported-by: Pavel Roskin <
[email protected]
>
Signed-off-by: Helmut Schaa <
[email protected]
>
Acked-by: Gertjan van Wingerde <
[email protected]
>
Signed-off-by: Ivo van Doorn <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/rt2x00/rt61pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/rt2x00/rt61pci.c
b/drivers/net/wireless/rt2x00/rt61pci.c
index 286a5eb11339b05fb70035b2fa00c932adea8c1d..8940070fe2a2e4b36a80ecb1e635f50e478ab504 100644
(file)
--- a/
drivers/net/wireless/rt2x00/rt61pci.c
+++ b/
drivers/net/wireless/rt2x00/rt61pci.c
@@
-2117,7
+2117,7
@@
static void rt61pci_txdone(struct rt2x00_dev *rt2x00dev)
"TX status report missed for entry %d\n",
entry_done->entry_idx);
- rt2x00lib_txdone_noinfo(entry, TXDONE_UNKNOWN);
+ rt2x00lib_txdone_noinfo(entry
_done
, TXDONE_UNKNOWN);
entry_done = rt2x00queue_get_entry(queue, Q_INDEX_DONE);
}