diff options
author | Christian Lamparter <chunkeey@web.de> | 2009-03-05 15:30:10 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-16 18:09:27 -0400 |
commit | 2ac710720c523dd243662746da4381dd4f1772f8 (patch) | |
tree | b57dc667249ee4cbacbcc8f33686637ee3c304b2 /drivers/net/wireless/p54/p54.h | |
parent | fbf95296c1c8b1ba09bdea0438ce2c61e0e3be5d (diff) |
p54: unify ieee80211 device registration
All three drivers (p54pci, p54usb and p54spi) are implementing the
same functionality three times. So, why not put it into the shared library?!
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r-- | drivers/net/wireless/p54/p54.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h index 94c3acd1fcaf..071cbe965377 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h | |||
@@ -165,6 +165,7 @@ int p54_parse_firmware(struct ieee80211_hw *dev, const struct firmware *fw); | |||
165 | int p54_parse_eeprom(struct ieee80211_hw *dev, void *eeprom, int len); | 165 | int p54_parse_eeprom(struct ieee80211_hw *dev, void *eeprom, int len); |
166 | int p54_read_eeprom(struct ieee80211_hw *dev); | 166 | int p54_read_eeprom(struct ieee80211_hw *dev); |
167 | struct ieee80211_hw *p54_init_common(size_t priv_data_len); | 167 | struct ieee80211_hw *p54_init_common(size_t priv_data_len); |
168 | int p54_register_common(struct ieee80211_hw *dev, struct device *pdev); | ||
168 | void p54_free_common(struct ieee80211_hw *dev); | 169 | void p54_free_common(struct ieee80211_hw *dev); |
169 | 170 | ||
170 | #endif /* P54_H */ | 171 | #endif /* P54_H */ |