wil6210: interrupt moderation configuration update
Due to HW limitation, inter-packet gap timeout max value is 13 usec. Update of current thresholds from 15 to 13 usec. Signed-off-by: Vladimir Shulman <qca_shulmanv@qca.qualcomm.com> Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
3baedd9167
commit
918465a3c2
|
@ -78,8 +78,8 @@ static inline u32 wil_mtu2macbuf(u32 mtu)
|
|||
#define WIL_MAX_ETH_MTU (IEEE80211_MAX_DATA_LEN_DMG - 8)
|
||||
/* Max supported by wil6210 value for interrupt threshold is 5sec. */
|
||||
#define WIL6210_ITR_TRSH_MAX (5000000)
|
||||
#define WIL6210_ITR_TX_INTERFRAME_TIMEOUT_DEFAULT (15) /* usec */
|
||||
#define WIL6210_ITR_RX_INTERFRAME_TIMEOUT_DEFAULT (15) /* usec */
|
||||
#define WIL6210_ITR_TX_INTERFRAME_TIMEOUT_DEFAULT (13) /* usec */
|
||||
#define WIL6210_ITR_RX_INTERFRAME_TIMEOUT_DEFAULT (13) /* usec */
|
||||
#define WIL6210_ITR_TX_MAX_BURST_DURATION_DEFAULT (500) /* usec */
|
||||
#define WIL6210_ITR_RX_MAX_BURST_DURATION_DEFAULT (500) /* usec */
|
||||
#define WIL6210_FW_RECOVERY_RETRIES (5) /* try to recover this many times */
|
||||
|
|
Loading…
Reference in New Issue