diff options
Diffstat (limited to 'drivers/net/wireless/wavelan_cs.p.h')
-rw-r--r-- | drivers/net/wireless/wavelan_cs.p.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/net/wireless/wavelan_cs.p.h b/drivers/net/wireless/wavelan_cs.p.h index 677ff71883cb..01d882be8790 100644 --- a/drivers/net/wireless/wavelan_cs.p.h +++ b/drivers/net/wireless/wavelan_cs.p.h | |||
@@ -647,23 +647,6 @@ struct net_local | |||
647 | void __iomem *mem; | 647 | void __iomem *mem; |
648 | }; | 648 | }; |
649 | 649 | ||
650 | /**************************** PROTOTYPES ****************************/ | ||
651 | |||
652 | #ifdef WAVELAN_ROAMING | ||
653 | /* ---------------------- ROAMING SUBROUTINES -----------------------*/ | ||
654 | |||
655 | wavepoint_history *wl_roam_check(unsigned short nwid, net_local *lp); | ||
656 | wavepoint_history *wl_new_wavepoint(unsigned short nwid, unsigned char seq, net_local *lp); | ||
657 | void wl_del_wavepoint(wavepoint_history *wavepoint, net_local *lp); | ||
658 | void wl_cell_expiry(unsigned long data); | ||
659 | wavepoint_history *wl_best_sigqual(int fast_search, net_local *lp); | ||
660 | void wl_update_history(wavepoint_history *wavepoint, unsigned char sigqual, unsigned char seq); | ||
661 | void wv_roam_handover(wavepoint_history *wavepoint, net_local *lp); | ||
662 | void wv_nwid_filter(unsigned char mode, net_local *lp); | ||
663 | void wv_roam_init(struct net_device *dev); | ||
664 | void wv_roam_cleanup(struct net_device *dev); | ||
665 | #endif /* WAVELAN_ROAMING */ | ||
666 | |||
667 | /* ----------------- MODEM MANAGEMENT SUBROUTINES ----------------- */ | 650 | /* ----------------- MODEM MANAGEMENT SUBROUTINES ----------------- */ |
668 | static inline u_char /* data */ | 651 | static inline u_char /* data */ |
669 | hasr_read(u_long); /* Read the host interface : base address */ | 652 | hasr_read(u_long); /* Read the host interface : base address */ |