diff options
| author | Adonais Romero González <[email protected]> | 2019-03-07 12:42:53 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-07 12:42:53 -0800 |
| commit | 43b7b07b35837f94aa10e412724007071003c0af (patch) | |
| tree | eb93475fd4847c54eec2a6adc0ae23b0309548ab | |
| parent | 46320ca89f24437a207012f7202fa022f16db43d (diff) | |
| parent | d98a5ace7de75728a89c2eb25695891ca8a6ddf4 (diff) | |
Fix typo (#341)
ture -> true
| -rw-r--r-- | network/wlan/WDI/COMMON/RxReorder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/wlan/WDI/COMMON/RxReorder.c b/network/wlan/WDI/COMMON/RxReorder.c index ca7cb009..51a41d56 100644 --- a/network/wlan/WDI/COMMON/RxReorder.c +++ b/network/wlan/WDI/COMMON/RxReorder.c @@ -462,7 +462,7 @@ RxPktPendingTimeout( RT_TRACE(COMP_RX_REORDER, DBG_WARNING, ("==>RxPktPendingTimeout()\n")); - //Only 8814AE set bSupportAvoidRxDpcWatchdogVoilation ture now. + //Only 8814AE set bSupportAvoidRxDpcWatchdogVoilation true now. Adapter->HalFunc.GetHwRegHandler(Adapter, HW_VAR_AVOID_RX_DPC_WATCHDOG_VIOLATION, (pu1Byte)(&bSupportAvoidRxDpcWatchdogVoilation)); if(bSupportAvoidRxDpcWatchdogVoilation) { |
