diff options
| author | Takashi Takebayashi <[email protected]> | 2019-01-29 00:22:05 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-01-29 00:22:05 +0900 |
| commit | d98a5ace7de75728a89c2eb25695891ca8a6ddf4 (patch) | |
| tree | edd80fbba592c48dd967892956f1dda786cb41a1 | |
| parent | 39d39e7485faddf601d51c897863ff2f876e391e (diff) | |
Fix typo
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) { |
