mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
beceem: off by one on queue index
The driver allocates 18 queues (0..16) are for traffic, and 17 is a bit bucket. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
This commit is contained in:
parent
9dd47ee7dd
commit
429a5908fe
@ -261,7 +261,7 @@ typedef enum _E_PHS_DSC_ACTION
|
||||
|
||||
#define FIRMWARE_BEGIN_ADDR 0xBFC00000
|
||||
|
||||
#define INVALID_QUEUE_INDEX (NO_OF_QUEUES+1)
|
||||
#define INVALID_QUEUE_INDEX NO_OF_QUEUES
|
||||
|
||||
#define INVALID_PID (pid_t)-1
|
||||
#define DDR_80_MHZ 0
|
||||
|
Loading…
Reference in New Issue
Block a user