Deleted Added
full compact
if_athdfs.h (230658) if_athdfs.h (237526)
1/*-
2 * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27 * THE POSSIBILITY OF SUCH DAMAGES.
28 *
1/*-
2 * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27 * THE POSSIBILITY OF SUCH DAMAGES.
28 *
29 * $FreeBSD: head/sys/dev/ath/if_athdfs.h 230658 2012-01-28 21:44:42Z adrian $
29 * $FreeBSD: head/sys/dev/ath/if_athdfs.h 237526 2012-06-24 08:09:06Z adrian $
30 */
31#ifndef __IF_ATHDFS_H__
32#define __IF_ATHDFS_H__
33
34extern int ath_dfs_attach(struct ath_softc *sc);
35extern int ath_dfs_detach(struct ath_softc *sc);
36extern int ath_dfs_radar_enable(struct ath_softc *,
37 struct ieee80211_channel *chan);
30 */
31#ifndef __IF_ATHDFS_H__
32#define __IF_ATHDFS_H__
33
34extern int ath_dfs_attach(struct ath_softc *sc);
35extern int ath_dfs_detach(struct ath_softc *sc);
36extern int ath_dfs_radar_enable(struct ath_softc *,
37 struct ieee80211_channel *chan);
38extern void ath_dfs_process_phy_err(struct ath_softc *sc, const char *buf,
38extern void ath_dfs_process_phy_err(struct ath_softc *sc, struct mbuf *m,
39 uint64_t tsf, struct ath_rx_status *rxstat);
40extern int ath_dfs_process_radar_event(struct ath_softc *sc,
41 struct ieee80211_channel *chan);
42extern int ath_dfs_tasklet_needed(struct ath_softc *sc,
43 struct ieee80211_channel *chan);
44extern int ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad);
45extern int ath_dfs_get_thresholds(struct ath_softc *sc,
46 HAL_PHYERR_PARAM *param);
47
48#endif /* __IF_ATHDFS_H__ */
39 uint64_t tsf, struct ath_rx_status *rxstat);
40extern int ath_dfs_process_radar_event(struct ath_softc *sc,
41 struct ieee80211_channel *chan);
42extern int ath_dfs_tasklet_needed(struct ath_softc *sc,
43 struct ieee80211_channel *chan);
44extern int ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad);
45extern int ath_dfs_get_thresholds(struct ath_softc *sc,
46 HAL_PHYERR_PARAM *param);
47
48#endif /* __IF_ATHDFS_H__ */