aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00.h
diff options
context:
space:
mode:
authorIvo van Doorn <ivdoorn@gmail.com>2010-08-06 14:46:53 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-08-16 15:26:42 -0400
commit3392beced38f67615b7fc88374940cecec6a0e4f (patch)
treeed1376272c1a29c26e9768cefcbca96d60e736c1 /drivers/net/wireless/rt2x00/rt2x00.h
parent84804cdca043e2315bf5eae60807ac105929073f (diff)
rt2x00: Add helper function for reporting tx status
At some points, some drivers can't report the full TX status information. This can happen for the UNKNOWN state, or the FAILURE state (in case the URB failed). Add a wrapper function to simplify reporting the empty TX information. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Acked-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r--drivers/net/wireless/rt2x00/rt2x00.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h
index 5276c19f380a..edfc2b759282 100644
--- a/drivers/net/wireless/rt2x00/rt2x00.h
+++ b/drivers/net/wireless/rt2x00/rt2x00.h
@@ -1078,6 +1078,7 @@ void rt2x00lib_beacondone(struct rt2x00_dev *rt2x00dev);
1078void rt2x00lib_pretbtt(struct rt2x00_dev *rt2x00dev); 1078void rt2x00lib_pretbtt(struct rt2x00_dev *rt2x00dev);
1079void rt2x00lib_txdone(struct queue_entry *entry, 1079void rt2x00lib_txdone(struct queue_entry *entry,
1080 struct txdone_entry_desc *txdesc); 1080 struct txdone_entry_desc *txdesc);
1081void rt2x00lib_txdone_noinfo(struct queue_entry *entry, u32 status);
1081void rt2x00lib_rxdone(struct rt2x00_dev *rt2x00dev, 1082void rt2x00lib_rxdone(struct rt2x00_dev *rt2x00dev,
1082 struct queue_entry *entry); 1083 struct queue_entry *entry);
1083 1084