802.11: clean up/fix HT support
[deliverable/linux.git] / drivers / net / wireless / ath9k / recv.c
index 4983402af559871f8ed526480794235dfc37959e..010fcdfec3f6782ce7d1ff9e0c36f2db63f939a5 100644 (file)
@@ -1119,7 +1119,7 @@ int ath_rx_aggr_start(struct ath_softc *sc,
 
        sband = hw->wiphy->bands[hw->conf.channel->band];
        buffersize = IEEE80211_MIN_AMPDU_BUF <<
-               sband->ht_info.ampdu_factor; /* FIXME */
+               sband->ht_cap.ampdu_factor; /* FIXME */
 
        rxtid = &an->an_aggr.rx.tid[tid];
 
This page took 0.050057 seconds and 5 git commands to generate.