Remove trailing whitespace in the code different from DFS branch
[madwifi/.git] / ath / if_ath_radar.h
index be43d03b5e526c3f08a92c2980e6aa702ec8740c..87e677a2107a2304cc3f3bd00132d805b3f9cfab 100644 (file)
@@ -19,7 +19,7 @@
  * $Id: if_ath_radar.h 2464 2007-06-15 22:51:56Z mtaylor $
  */
 /*
- * Defintions for the Atheros Wireless LAN controller driver.
+ * Definitions for the Atheros Wireless LAN controller driver.
  */
 #ifndef _IF_ATH_RADAR_H
 #define _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. */