]> Git Repo - linux.git/blobdiff - drivers/staging/bcm/InterfaceRx.c
mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQ
[linux.git] / drivers / staging / bcm / InterfaceRx.c
index 7940a2e7def25b5a937b43c544ae532cb7adaeea..8a9f90fbdf138d62e4997be92df483afe87729f4 100644 (file)
@@ -1,6 +1,6 @@
 #include "headers.h"
 
-static int SearchVcid(PMINI_ADAPTER Adapter,unsigned short usVcid)
+static int SearchVcid(struct bcm_mini_adapter *Adapter,unsigned short usVcid)
 {
        int iIndex=0;
 
@@ -45,7 +45,7 @@ static void read_bulk_callback(struct urb *urb)
        //int idleflag = 0 ;
        PUSB_RCB pRcb = (PUSB_RCB)urb->context;
        PS_INTERFACE_ADAPTER psIntfAdapter = pRcb->psIntfAdapter;
-       PMINI_ADAPTER Adapter = psIntfAdapter->psAdapter;
+       struct bcm_mini_adapter *Adapter = psIntfAdapter->psAdapter;
        struct bcm_leader *pLeader = urb->transfer_buffer;
 
        if (unlikely(netif_msg_rx_status(Adapter)))
@@ -232,7 +232,7 @@ Function:                           InterfaceRx
 Description:                   This is the hardware specific Function for Receiving
                                                data packet/control packets from the device.
 
-Input parameters:              IN PMINI_ADAPTER Adapter   - Miniport Adapter Context
+Input parameters:              IN struct bcm_mini_adapter *Adapter   - Miniport Adapter Context
 
 
 
This page took 0.038882 seconds and 4 git commands to generate.