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
zatwierdzone przez John W. Linville
rodzic 6042a3e3ff
commit 32ddf07185
6 zmienionych plików z 47 dodań i 47 usunięć

Wyświetl plik

@@ -1,5 +1,5 @@
#ifndef PRISM54_H
#define PRISM54_H
#ifndef P54_H
#define P54_H
/*
* Shared defines for all mac80211 Prism54 code
@@ -76,4 +76,4 @@ void p54_fill_eeprom_readback(struct p54_control_hdr *hdr);
struct ieee80211_hw *p54_init_common(size_t priv_data_len);
void p54_free_common(struct ieee80211_hw *dev);
#endif /* PRISM54_H */
#endif /* P54_H */