1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Add a PSPOLL queue type, in preparation for (eventually) porting

over the TX queue setup code from ath9k for the AR5416 and later
chips.
This commit is contained in:
Adrian Chadd 2011-03-20 08:27:06 +00:00
parent c0d25a4bbe
commit 3f9a52c30d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219790

View File

@ -141,6 +141,7 @@ typedef enum {
HAL_TX_QUEUE_BEACON = 2, /* beacon xmit q */
HAL_TX_QUEUE_CAB = 3, /* "crap after beacon" xmit q */
HAL_TX_QUEUE_UAPSD = 4, /* u-apsd power save xmit q */
HAL_TX_QUEUE_PSPOLL = 5, /* power save poll xmit q */
} HAL_TX_QUEUE;
#define HAL_NUM_TX_QUEUES 10 /* max possible # of queues */