]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/vt6655/wroute.c
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas...
[karo-tx-linux.git] / drivers / staging / vt6655 / wroute.c
index 0f9ff2e1462bc85ff9903286389219743fe3a75a..b61328fbee87d41b68789e909c85d360e27577a7 100644 (file)
@@ -49,8 +49,6 @@ static int msglevel = MSG_LEVEL_INFO;
 
 /*---------------------  Export Variables  --------------------------*/
 
-
-
 /*
  * Description:
  *      Relay packet.  Return true if packet is copy to DMA1
@@ -79,9 +77,6 @@ bool ROUTEbRelay(PSDevice pDevice, unsigned char *pbySkbData, unsigned int uData
        unsigned int ii;
        unsigned char *pbyBSSID;
 
-
-
-
        if (AVAIL_TD(pDevice, TYPE_AC0DMA) <= 0) {
                DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "Relay can't allocate TD1..\n");
                return false;
@@ -152,8 +147,7 @@ bool ROUTEbRelay(PSDevice pDevice, unsigned char *pbySkbData, unsigned int uData
                                        pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate;
                        }
                }
-       }
-       else {
+       } else {
                pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate;
        }
 
@@ -194,6 +188,3 @@ bool ROUTEbRelay(PSDevice pDevice, unsigned char *pbySkbData, unsigned int uData
 
        return true;
 }
-
-
-