Searched defs:ath5k_hw (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.h955 struct ath5k_hw { struct
1056 int (*ah_setup_rx_desc)(struct ath5k_hw *ah, struct ath5k_desc *desc,
1058 int (*ah_setup_tx_desc)(struct ath5k_hw *, struct ath5k_desc *,
1062 int (*ah_proc_tx_desc)(struct ath5k_hw *, struct ath5k_desc *,
1064 int (*ah_proc_rx_desc)(struct ath5k_hw *, struct ath5k_desc *,
1075 extern int ath5k_hw_attach(struct ath5k_softc *sc, u8 mac_version, struct ath5k_hw **ah);
1076 extern void ath5k_hw_detach(struct ath5k_hw *ah);
1085 extern int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, int initial);
1086 extern int ath5k_hw_reset(struct ath5k_hw *ah, struct net80211_channel *channel, int change_channel);
1088 extern int ath5k_hw_set_power(struct ath5k_hw *a
[all...]

Completed in 39 milliseconds