diff options
author | Christian Lamparter <chunkeey@web.de> | 2008-08-08 15:17:37 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 16:30:00 -0400 |
commit | 32ddf0718590f410d5f18cb4fcda419f4aeefc57 (patch) | |
tree | 5344f898001df626b0654f8251e067b65b301e1a /drivers/net/wireless/p54/p54common.h | |
parent | 6042a3e3ff7943e4ff5cbcb8c223ea87337501ea (diff) |
p54: rename prism54xyz -> p54xyz
It's been a long time, but fullmac prism54 driver is still around...
I think we should rename every prism54* in order to avoid some
confusion about "what is actually what" in the future ;-).
Thanks-to: Maxi <maxi@daemonizer.de>
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54common.h')
-rw-r--r-- | drivers/net/wireless/p54/p54common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/p54/p54common.h b/drivers/net/wireless/p54/p54common.h index 8db6c0e8e540..9bc2a1cf4b57 100644 --- a/drivers/net/wireless/p54/p54common.h +++ b/drivers/net/wireless/p54/p54common.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef PRISM54COMMON_H | 1 | #ifndef P54COMMON_H |
2 | #define PRISM54COMMON_H | 2 | #define P54COMMON_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * Common code specific definitions for mac80211 Prism54 drivers | 5 | * Common code specific definitions for mac80211 Prism54 drivers |
@@ -250,4 +250,4 @@ struct p54_tx_control_vdcf { | |||
250 | __le16 frameburst; | 250 | __le16 frameburst; |
251 | } __attribute__ ((packed)); | 251 | } __attribute__ ((packed)); |
252 | 252 | ||
253 | #endif /* PRISM54COMMON_H */ | 253 | #endif /* P54COMMON_H */ |