Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9c7d7728baf79c63ae58df95fb39ea13db487599
Commit:     9c7d7728baf79c63ae58df95fb39ea13db487599
Parent:     693d454dffd43b2bab021d0e039a0c426181c1b0
Author:     Johannes Berg <[EMAIL PROTECTED]>
AuthorDate: Tue Sep 18 17:29:20 2007 -0400
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 16:52:31 2007 -0700

    [MAC80211]: remove tx info sw_retry_attempt member
    
    This is unused.
    
    Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
    Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/net/mac80211.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index f0e19f9..5ff4555 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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to