]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/vt6656/int.c
staging: vt6656: replaced custom TRUE definition with true
[karo-tx-linux.git] / drivers / staging / vt6656 / int.c
index d3098069b091ef323db95c9d655ffb4e206fe8c0..51990bd3dd457f6b439c11d4fc4049a5dd6c51d2 100644 (file)
@@ -82,7 +82,7 @@ void INTvWorkItem(struct vnt_private *pDevice)
        DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"---->Interrupt Polling Thread\n");
 
        spin_lock_irq(&pDevice->lock);
-       if (pDevice->fKillEventPollingThread != TRUE)
+       if (pDevice->fKillEventPollingThread != true)
                ntStatus = PIPEnsInterruptRead(pDevice);
        spin_unlock_irq(&pDevice->lock);
 }
@@ -151,7 +151,7 @@ void INTnsProcessData(struct vnt_private *pDevice)
                                        /* check if multicast tx buffering */
                                        pMgmt->byDTIMCount =
                                                pMgmt->byDTIMPeriod-1;
-                                       pMgmt->sNodeDBTable[0].bRxPSPoll = TRUE;
+                                       pMgmt->sNodeDBTable[0].bRxPSPoll = true;
                                        if (pMgmt->sNodeDBTable[0].bPSEnable)
                                                bScheduleCommand((void *) pDevice,
                                                                 WLAN_CMD_RX_PSPOLL,
@@ -161,7 +161,7 @@ void INTnsProcessData(struct vnt_private *pDevice)
                                                WLAN_CMD_BECON_SEND,
                                                NULL);
                        } /* if (pDevice->eOPMode == OP_MODE_AP) */
-               pDevice->bBeaconSent = TRUE;
+               pDevice->bBeaconSent = true;
                } else {
                        pDevice->bBeaconSent = false;
                }