Remove unneeded PCI compatibility code
[madwifi/.git] / ath / if_ath_radar.h
index 6efe6fc5ab2fd3db670463921f75cd6a2345431b..87e677a2107a2304cc3f3bd00132d805b3f9cfab 100644 (file)
@@ -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. */