diff options
Diffstat (limited to 'sys/dev/ath/if_athdfs.h')
-rw-r--r-- | sys/dev/ath/if_athdfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athdfs.h b/sys/dev/ath/if_athdfs.h index 057e926..88ee7fc 100644 --- a/sys/dev/ath/if_athdfs.h +++ b/sys/dev/ath/if_athdfs.h @@ -35,7 +35,7 @@ extern int ath_dfs_attach(struct ath_softc *sc); extern int ath_dfs_detach(struct ath_softc *sc); extern void ath_dfs_radar_enable(struct ath_softc *, struct ieee80211_channel *chan); -extern void ath_dfs_process_phy_err(struct ath_softc *sc, struct ath_desc *ds, +extern void ath_dfs_process_phy_err(struct ath_softc *sc, const char *buf, uint64_t tsf, struct ath_rx_status *rxstat); extern int ath_dfs_process_radar_event(struct ath_softc *sc, struct ieee80211_channel *chan); |