b43: Add QOS support
[deliverable/linux.git] / drivers / net / wireless / b43 / dma.h
index c0d6b69e650128fa68dc7825f8cf00c10e23f073..9336286d97a7e1d5bf165581f4d09c6abce4b939 100644 (file)
@@ -245,6 +245,9 @@ struct b43_dmaring {
        enum b43_dmatype type;
        /* Boolean. Is this ring stopped at ieee80211 level? */
        bool stopped;
+       /* The QOS priority assigned to this ring. Only used for TX rings.
+        * This is the mac80211 "queue" value. */
+       u8 queue_prio;
        /* Lock, only used for TX. */
        spinlock_t lock;
        struct b43_wldev *dev;
This page took 0.042089 seconds and 5 git commands to generate.