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:
parent
c0d25a4bbe
commit
3f9a52c30d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219790
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user