mac80211: clean up get_tx_stats callback
[deliverable/linux.git] / drivers / net / wireless / ath5k / base.h
index 3a97558930188302bdd00f61df9b6fe2bb29da28..ecb17495488cebfed16cec8e5c512f3aa181b813 100644 (file)
@@ -92,7 +92,8 @@ struct ath5k_softc {
        struct pci_dev          *pdev;          /* for dma mapping */
        void __iomem            *iobase;        /* address of the device */
        struct mutex            lock;           /* dev-level lock */
-       struct ieee80211_tx_queue_stats tx_stats;
+       /* FIXME: how many does it really need? */
+       struct ieee80211_tx_queue_stats tx_stats[16];
        struct ieee80211_low_level_stats ll_stats;
        struct ieee80211_hw     *hw;            /* IEEE 802.11 common */
        struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS];
This page took 0.038329 seconds and 5 git commands to generate.