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>
This commit is contained in:
Christian Lamparter
2008-08-08 21:17:37 +02:00
committed by John W. Linville
parent 6042a3e3ff
commit 32ddf07185
6 changed files with 47 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
#ifndef PRISM54USB_H
#define PRISM54USB_H
#ifndef P54USB_H
#define P54USB_H
/*
* Defines for USB based mac80211 Prism54 driver
@@ -130,4 +130,4 @@ struct p54u_priv {
struct sk_buff_head rx_queue;
};
#endif /* PRISM54USB_H */
#endif /* P54USB_H */