X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath%2Fif_ath_radar.h;h=87e677a2107a2304cc3f3bd00132d805b3f9cfab;hb=e6cb21364bf51cb2379da273339249f05fdb8e30;hp=6efe6fc5ab2fd3db670463921f75cd6a2345431b;hpb=65b2749123301d3581991a250e69206f8fba5f93;p=madwifi%2F.git diff --git a/ath/if_ath_radar.h b/ath/if_ath_radar.h index 6efe6fc..87e677a 100644 --- a/ath/if_ath_radar.h +++ b/ath/if_ath_radar.h @@ -28,9 +28,6 @@ #define AR5K_AR5212_PHY_ERR_FIL 0x810c #define AR5K_AR5212_PHY_ERR_FIL_RADAR 0x00000020 -/* AR5K_PHY_RADAR register definition reverse engineered with - * ATH_REVERSE_ENGINEERING. */ - /* PHY radar detection register [5111+] */ #define AR5K_PHY_RADAR 0x9954 @@ -163,7 +160,7 @@ void ath_radar_get_params(struct ath_softc *sc, RADAR_PARAM *rp); * If any member of rp is set to RADAR_PARAM_USE_DEFAULT, the default * is used for that field. */ void ath_radar_set_params(struct ath_softc *sc, RADAR_PARAM *rp); -/* Update channel's DFS flags based upon whether DFS is reqired */ +/* Update channel's DFS flags based upon whether DFS is required */ int ath_radar_correct_dfs_flags(struct ath_softc *sc, HAL_CHANNEL *hchan); /* Returns true if DFS is required for the regulatory domain, country and * combination in use. */