Staging: vt6655: remove U8 custom macro
[deliverable/linux.git] / drivers / staging / vt6655 / device_main.c
index e49bb258b5c3e26a1053627eecf41974894d0142..12d1e8b8a0ee0fc716696fff09f224b90cc4f6aa 100644 (file)
@@ -1151,7 +1151,7 @@ static BOOL device_init_info(struct pci_dev* pcid, PSDevice* ppDevice,
 static BOOL device_get_pci_info(PSDevice pDevice, struct pci_dev* pcid) {
 
     U16 pci_cmd;
-    U8  b;
+    u8  b;
     UINT cis_addr;
 #ifdef PLICE_DEBUG
        BYTE       pci_config[256];
@@ -2307,7 +2307,7 @@ static int  device_xmit(struct sk_buff *skb, struct net_device *dev) {
             spin_unlock_irq(&pDevice->lock);
             return 0;
         }
-        if (IS_MULTICAST_ADDRESS((PBYTE)(skb->data))) {
+        if (is_multicast_ether_addr((PBYTE)(skb->data))) {
             uNodeIndex = 0;
             bNodeExist = TRUE;
             if (pMgmt->sNodeDBTable[0].bPSEnable) {
This page took 0.02531 seconds and 5 git commands to generate.