diff options
Diffstat (limited to 'drivers/net/wireless/p54/p54pci.h')
-rw-r--r-- | drivers/net/wireless/p54/p54pci.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/wireless/p54/p54pci.h b/drivers/net/wireless/p54/p54pci.h index 5bedd7af385d..07678ef5ddc8 100644 --- a/drivers/net/wireless/p54/p54pci.h +++ b/drivers/net/wireless/p54/p54pci.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef PRISM54PCI_H | 1 | #ifndef P54PCI_H |
2 | #define PRISM54PCI_H | 2 | #define P54PCI_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * Defines for PCI based mac80211 Prism54 driver | 5 | * Defines for PCI based mac80211 Prism54 driver |
@@ -68,7 +68,7 @@ struct p54p_csr { | |||
68 | } __attribute__ ((packed)); | 68 | } __attribute__ ((packed)); |
69 | 69 | ||
70 | /* usb backend only needs the register defines above */ | 70 | /* usb backend only needs the register defines above */ |
71 | #ifndef PRISM54USB_H | 71 | #ifndef P54USB_H |
72 | struct p54p_desc { | 72 | struct p54p_desc { |
73 | __le32 host_addr; | 73 | __le32 host_addr; |
74 | __le32 device_addr; | 74 | __le32 device_addr; |
@@ -102,5 +102,5 @@ struct p54p_priv { | |||
102 | struct completion boot_comp; | 102 | struct completion boot_comp; |
103 | }; | 103 | }; |
104 | 104 | ||
105 | #endif /* PRISM54USB_H */ | 105 | #endif /* P54USB_H */ |
106 | #endif /* PRISM54PCI_H */ | 106 | #endif /* P54PCI_H */ |