]> 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 227ac3119a60d60a5ea8fec6d55ce61bd0085bb3..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;
@@ -193,6 +188,3 @@ bool ROUTEbRelay(PSDevice pDevice, unsigned char *pbySkbData, unsigned int uData
 
        return true;
 }
-
-
-