diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-03-05 15:18:49 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-07 16:02:59 -0500 |
commit | e6f5b934fba8c44c87c551e066aa7ca6fde2939e (patch) | |
tree | b3fabd1b35a044fe0f50d1ab16ca0dd697c3f59a /drivers/net/wireless/b43/dma.h | |
parent | e5f98f2df903af627a9b9ac55b9352fd54fc431a (diff) |
b43: Add QOS support
This adds QOS support to the b43 driver.
QOS can be disabled on driver level with a module parameter for debugging purposes.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/dma.h')
-rw-r--r-- | drivers/net/wireless/b43/dma.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/dma.h b/drivers/net/wireless/b43/dma.h index c0d6b69e650..9336286d97a 100644 --- a/drivers/net/wireless/b43/dma.h +++ b/drivers/net/wireless/b43/dma.h | |||
@@ -245,6 +245,9 @@ struct b43_dmaring { | |||
245 | enum b43_dmatype type; | 245 | enum b43_dmatype type; |
246 | /* Boolean. Is this ring stopped at ieee80211 level? */ | 246 | /* Boolean. Is this ring stopped at ieee80211 level? */ |
247 | bool stopped; | 247 | bool stopped; |
248 | /* The QOS priority assigned to this ring. Only used for TX rings. | ||
249 | * This is the mac80211 "queue" value. */ | ||
250 | u8 queue_prio; | ||
248 | /* Lock, only used for TX. */ | 251 | /* Lock, only used for TX. */ |
249 | spinlock_t lock; | 252 | spinlock_t lock; |
250 | struct b43_wldev *dev; | 253 | struct b43_wldev *dev; |