|
@@ -2052,6 +2052,14 @@ static int rt2800_init_registers(struct rt2x00_dev *rt2x00dev)
|
|
rt2x00_set_field32(®, LG_FBK_CFG0_CCKMCS3FBK, 2);
|
|
rt2x00_set_field32(®, LG_FBK_CFG0_CCKMCS3FBK, 2);
|
|
rt2800_register_write(rt2x00dev, LG_FBK_CFG1, reg);
|
|
rt2800_register_write(rt2x00dev, LG_FBK_CFG1, reg);
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ * Do not force the BA window size, we use the TXWI to set it
|
|
|
|
+ */
|
|
|
|
+ rt2800_register_read(rt2x00dev, AMPDU_BA_WINSIZE, ®);
|
|
|
|
+ rt2x00_set_field32(®, AMPDU_BA_WINSIZE_FORCE_WINSIZE_ENABLE, 0);
|
|
|
|
+ rt2x00_set_field32(®, AMPDU_BA_WINSIZE_FORCE_WINSIZE, 0);
|
|
|
|
+ rt2800_register_write(rt2x00dev, AMPDU_BA_WINSIZE, reg);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* We must clear the error counters.
|
|
* We must clear the error counters.
|
|
* These registers are cleared on read,
|
|
* These registers are cleared on read,
|