]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/mac80211/sta_info.h
mac80211: move last_txrate_idx into RC algorithms
[linux-2.6-omap-h63xx.git] / net / mac80211 / sta_info.h
index 4a9b96eeb6875eb689bd7211c2055ba86cb72007..df42d181545897bf2cb9f6f2252f6f9804be7339 100644 (file)
@@ -200,7 +200,6 @@ struct sta_ampdu_mlme {
  * @tx_bytes: TBD
  * @tx_fragments: number of transmitted MPDUs
  * @txrate_idx: TBD
- * @last_txrate_idx: TBD
  * @tid_seq: TBD
  * @wme_tx_queue: TBD
  * @ampdu_mlme: TBD
@@ -278,7 +277,6 @@ struct sta_info {
        unsigned long tx_bytes;
        unsigned long tx_fragments;
        int txrate_idx;
-       int last_txrate_idx;
        u16 tid_seq[IEEE80211_QOS_CTL_TID_MASK + 1];
 #ifdef CONFIG_MAC80211_DEBUG_COUNTERS
        unsigned int wme_tx_queue[NUM_RX_DATA_QUEUES];