]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/vt6655/rxtx.h
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas...
[karo-tx-linux.git] / drivers / staging / vt6655 / rxtx.h
index b5f0f56216cbb4a395242d32640d7339efcbbf8d..4f2cf34dc39fef22b8e95eab1b6e03e798f5ec39 100644 (file)
@@ -50,7 +50,6 @@
   bool bIsWEP, unsigned int *pcbHeadSize);
 */
 
-
 void
 vGenerateMACHeader(
        PSDevice         pDevice,
@@ -63,7 +62,6 @@ vGenerateMACHeader(
        unsigned int uFragIdx
 );
 
-
 unsigned int
 cbGetFragCount(
        PSDevice         pDevice,
@@ -72,14 +70,12 @@ cbGetFragCount(
        PSEthernetHeader psEthHeader
 );
 
-
 void
 vGenerateFIFOHeader(PSDevice pDevice, unsigned char byPktTyp, unsigned char *pbyTxBufferAddr,
                    bool bNeedEncrypt, unsigned int     cbPayloadSize, unsigned int uDMAIdx, PSTxDesc pHeadTD,
                    PSEthernetHeader psEthHeader, unsigned char *pPacket, PSKeyItem pTransmitKey,
                    unsigned int uNodeIndex, unsigned int *puMACfragNum, unsigned int *pcbHeaderSize);
 
-
 void vDMA0_tx_80211(PSDevice  pDevice, struct sk_buff *skb, unsigned char *pbMPDU, unsigned int cbMPDULen);
 CMD_STATUS csMgmt_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket);
 CMD_STATUS csBeacon_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket);