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
@ -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…
x
Reference in New Issue
Block a user