|
@@ -115,9 +115,11 @@ enum {
|
|
/*
|
|
/*
|
|
* FIXME: for the wl1271, a busy word count of 1 here will result in a more
|
|
* FIXME: for the wl1271, a busy word count of 1 here will result in a more
|
|
* optimal SPI interface. There is some SPI bug however, causing RXS time outs
|
|
* optimal SPI interface. There is some SPI bug however, causing RXS time outs
|
|
- * with this mode occasionally on boot, so lets have two for now.
|
|
|
|
|
|
+ * with this mode occasionally on boot, so lets have three for now. A value of
|
|
|
|
+ * three should make sure, that the chipset will always be ready, though this
|
|
|
|
+ * will impact throughput and latencies slightly.
|
|
*/
|
|
*/
|
|
-#define WL1271_BUSY_WORD_CNT 2
|
|
|
|
|
|
+#define WL1271_BUSY_WORD_CNT 3
|
|
#define WL1271_BUSY_WORD_LEN (WL1271_BUSY_WORD_CNT * sizeof(u32))
|
|
#define WL1271_BUSY_WORD_LEN (WL1271_BUSY_WORD_CNT * sizeof(u32))
|
|
|
|
|
|
#define WL1271_ELP_HW_STATE_ASLEEP 0
|
|
#define WL1271_ELP_HW_STATE_ASLEEP 0
|