]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/ath/ath5k/ath5k.h
average: change to declare precision, not factor
[karo-tx-linux.git] / drivers / net / wireless / ath / ath5k / ath5k.h
index 67fedb61fcc02dd3603658ad769ecbca928ccdaa..979800c6f57fba06bee80be23cbd397327a97af0 100644 (file)
@@ -1252,7 +1252,7 @@ struct ath5k_statistics {
 #define ATH5K_TXQ_LEN_MAX      (ATH_TXBUF / 4)         /* bufs per queue */
 #define ATH5K_TXQ_LEN_LOW      (ATH5K_TXQ_LEN_MAX / 2) /* low mark */
 
-DECLARE_EWMA(beacon_rssi, 1024, 8)
+DECLARE_EWMA(beacon_rssi, 10, 8)
 
 /* Driver state associated with an instance of a device */
 struct ath5k_hw {