···131131132132// TODO - put PHS_SEND in Tx PHS_RECEIVE in Rx path ?133133#define PHS_SEND (OTHERS<<16)134134-#define PHS_RECIEVE (OTHERS<<17)134134+#define PHS_RECEIVE (OTHERS<<17)135135#define PHS_MODULE (OTHERS<<18)136136137137#define INTF_INIT (OTHERS<<19)
+2-2
drivers/staging/bcm/InterfaceRx.c
···157157 {158158 /* Moving ahead by ETH_HLEN to the data ptr as received from FW */159159 skb_pull(skb, ETH_HLEN);160160- PHSRecieve(Adapter, pLeader->Vcid, skb, &skb->len,160160+ PHSReceive(Adapter, pLeader->Vcid, skb, &skb->len,161161 NULL,bHeaderSupressionEnabled);162162163163 if(!Adapter->PackInfo[QueueIndex].bEthCSSupport)···229229/*230230Function: InterfaceRx231231232232-Description: This is the hardware specific Function for Recieveing232232+Description: This is the hardware specific Function for Receiving233233 data packet/control packets from the device.234234235235Input parameters: IN PMINI_ADAPTER Adapter - Miniport Adapter Context