diff options
author | Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com> | 2012-01-07 21:06:02 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-01-10 15:46:39 -0500 |
commit | e4922f2b5f1c2b3daa80b56a6eeca984cbee0dde (patch) | |
tree | 13e5df16af456bf5eeed68aa504c6fcd6d07324d /drivers/net/wireless/ath/ath9k/calib.h | |
parent | d90db4b12bc1b9b8a787ef28550fdb767ee25a49 (diff) | |
download | lwn-e4922f2b5f1c2b3daa80b56a6eeca984cbee0dde.tar.gz lwn-e4922f2b5f1c2b3daa80b56a6eeca984cbee0dde.zip |
ath9k_hw: fix a comment
also remove an unused macro and a function declaration
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/calib.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/calib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/calib.h b/drivers/net/wireless/ath/ath9k/calib.h index 05b9dbf81850..3b33996d97df 100644 --- a/drivers/net/wireless/ath/ath9k/calib.h +++ b/drivers/net/wireless/ath/ath9k/calib.h @@ -19,7 +19,6 @@ #include "hw.h" -#define AR_PHY_CCA_FILTERWINDOW_LENGTH_INIT 3 #define AR_PHY_CCA_FILTERWINDOW_LENGTH 5 #define NUM_NF_READINGS 6 |