Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e35cc4dd authored by Lorenzo Nava's avatar Lorenzo Nava Committed by John W. Linville
Browse files

b43: fix QoS parameters initialization



This fixes the initialization of QoS parameters.

Reported-by: Lorenzo Nava, Francesco Gringoli
Signed-off-by: default avatarFrancesco Gringoli <francesco.gringoli@ing.unibs.it>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 25cb6cad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -569,7 +569,7 @@ struct b43_key {
#define B43_QOS_VOICE		B43_QOS_PARAMS(3)

/* QOS parameter hardware data structure offsets. */
#define B43_NR_QOSPARAMS	22
#define B43_NR_QOSPARAMS	16
enum {
	B43_QOSPARAM_TXOP = 0,
	B43_QOSPARAM_CWMIN,