]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/mac80211/sta_info.h
mac80211: share sta->supp_rates
[linux-2.6-omap-h63xx.git] / net / mac80211 / sta_info.h
index df42d181545897bf2cb9f6f2252f6f9804be7339..4dafa044b2f27e3d529f99e01b501362a4da6b55 100644 (file)
@@ -168,7 +168,6 @@ struct sta_ampdu_mlme {
  *     in the header file.
  * @flaglock: spinlock for flags accesses
  * @ht_info: HT capabilities of this STA
- * @supp_rates: Bitmap of supported rates (per band)
  * @addr: MAC address of this STA
  * @aid: STA's unique AID (1..2007, 0 = not assigned yet),
  *     only used in AP (and IBSS?) mode
@@ -228,7 +227,6 @@ struct sta_info {
        spinlock_t lock;
        spinlock_t flaglock;
        struct ieee80211_ht_info ht_info;
-       u64 supp_rates[IEEE80211_NUM_BANDS];
 
        u16 listen_interval;