aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-09-18 17:29:20 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:52:31 -0700
commit9c7d7728baf79c63ae58df95fb39ea13db487599 (patch)
tree204c7747ba15fa1917665dda854e051c2d164dca
parent[MAC80211]: fix warnings introduced by the doc patches (diff)
downloadlinux-dev-9c7d7728baf79c63ae58df95fb39ea13db487599.tar.xz
linux-dev-9c7d7728baf79c63ae58df95fb39ea13db487599.zip
[MAC80211]: remove tx info sw_retry_attempt member
This is unused. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/net/mac80211.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index f0e19f9df2a7..5ff45553a985 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -260,9 +260,6 @@ struct ieee80211_tx_control {
u8 iv_len; /* length of the IV field in octets */
u8 queue; /* hardware queue to use for this frame;
* 0 = highest, hw->queues-1 = lowest */
- u8 sw_retry_attempt; /* number of times hw has tried to
- * transmit frame (not incl. hw retries) */
-
struct ieee80211_rate *rate; /* internal 80211.o rate */
struct ieee80211_rate *rts_rate; /* internal 80211.o rate
* for RTS/CTS */