Commit f9db5f90 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef RT_PCI_CAPABILITIES_HEADER to struct rt_pci_capab_header

Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent ca394055
......@@ -71,10 +71,10 @@ typedef struct _mp_adapter{
u8 PciBridgeLinkCtrlReg;
}mp_adapter,*pmp_adapter;
typedef struct _RT_PCI_CAPABILITIES_HEADER {
struct rt_pci_capab_header {
unsigned char CapabilityID;
unsigned char Next;
} RT_PCI_CAPABILITIES_HEADER, *PRT_PCI_CAPABILITIES_HEADER;
};
#define PCI_MAX_BRIDGE_NUMBER 255
#define PCI_MAX_DEVICES 32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment