b43: fix QoS parameters initialization
This fixes the initialization of QoS parameters. Reported-by: Lorenzo Nava, Francesco Gringoli Signed-off-by: Francesco Gringoli <francesco.gringoli@ing.unibs.it> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
25cb6cada8
commit
e35cc4ddcc
@@ -569,7 +569,7 @@ struct b43_key {
|
|||||||
#define B43_QOS_VOICE B43_QOS_PARAMS(3)
|
#define B43_QOS_VOICE B43_QOS_PARAMS(3)
|
||||||
|
|
||||||
/* QOS parameter hardware data structure offsets. */
|
/* QOS parameter hardware data structure offsets. */
|
||||||
#define B43_NR_QOSPARAMS 22
|
#define B43_NR_QOSPARAMS 16
|
||||||
enum {
|
enum {
|
||||||
B43_QOSPARAM_TXOP = 0,
|
B43_QOSPARAM_TXOP = 0,
|
||||||
B43_QOSPARAM_CWMIN,
|
B43_QOSPARAM_CWMIN,
|
||||||
|
|||||||
Reference in New Issue
Block a user