summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/rxtx.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-08-02 23:51:57 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-03 01:19:04 (GMT)
commit6487c49e8a739ae6020ccda9470f5837e792ab53 (patch)
treeb6ca6e7c08cea8ab37603f3b0be16931f0e4cf1d /drivers/staging/vt6656/rxtx.h
parent22040bbf84ae5cc39b2b97f064c97592aa425d06 (diff)
downloadlinux-fsl-qoriq-6487c49e8a739ae6020ccda9470f5837e792ab53.tar.xz
staging: vt6656: removed NTSTATUS definition
Replaced NTSTATUS with int, as defined in a couple of places. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/rxtx.h')
-rw-r--r--drivers/staging/vt6656/rxtx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h
index f90de42..f99acf1 100644
--- a/drivers/staging/vt6656/rxtx.h
+++ b/drivers/staging/vt6656/rxtx.h
@@ -683,9 +683,9 @@ bPacketToWirelessUsb(
);
void vDMA0_tx_80211(PSDevice pDevice, struct sk_buff *skb);
-NTSTATUS nsDMA_tx_packet(PSDevice pDevice,
- unsigned int uDMAIdx,
- struct sk_buff *skb);
+int nsDMA_tx_packet(PSDevice pDevice,
+ unsigned int uDMAIdx,
+ struct sk_buff *skb);
CMD_STATUS csMgmt_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket);
CMD_STATUS csBeacon_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket);
BOOL bRelayPacketSend(PSDevice pDevice, PBYTE pbySkbData,