ath5k.h (afe86286a166881d2ae7ce4469036735254d1263) ath5k.h (40ca22eafeb61ee1419dd7c4c2698459183c582c)
1/*
2 * Copyright (c) 2004-2007 Reyk Floeter <reyk@openbsd.org>
3 * Copyright (c) 2006-2007 Nick Kossifidis <mickflemm@gmail.com>
4 *
5 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 1136 unchanged lines hidden (view full) ---

1145/*
1146 * Prototypes
1147 */
1148
1149/* Attach/Detach Functions */
1150int ath5k_hw_attach(struct ath5k_softc *sc);
1151void ath5k_hw_detach(struct ath5k_hw *ah);
1152
1/*
2 * Copyright (c) 2004-2007 Reyk Floeter <reyk@openbsd.org>
3 * Copyright (c) 2006-2007 Nick Kossifidis <mickflemm@gmail.com>
4 *
5 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 1136 unchanged lines hidden (view full) ---

1145/*
1146 * Prototypes
1147 */
1148
1149/* Attach/Detach Functions */
1150int ath5k_hw_attach(struct ath5k_softc *sc);
1151void ath5k_hw_detach(struct ath5k_hw *ah);
1152
1153int ath5k_sysfs_register(struct ath5k_softc *sc);
1154void ath5k_sysfs_unregister(struct ath5k_softc *sc);
1155
1153/* LED functions */
1154int ath5k_init_leds(struct ath5k_softc *sc);
1155void ath5k_led_enable(struct ath5k_softc *sc);
1156void ath5k_led_off(struct ath5k_softc *sc);
1157void ath5k_unregister_leds(struct ath5k_softc *sc);
1158
1159/* Reset Functions */
1160int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial);

--- 190 unchanged lines hidden ---
1156/* LED functions */
1157int ath5k_init_leds(struct ath5k_softc *sc);
1158void ath5k_led_enable(struct ath5k_softc *sc);
1159void ath5k_led_off(struct ath5k_softc *sc);
1160void ath5k_unregister_leds(struct ath5k_softc *sc);
1161
1162/* Reset Functions */
1163int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial);

--- 190 unchanged lines hidden ---