projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
668158a
)
ath9k: Decrease minimum NF threshold
author
Sujith
<Sujith.Manoharan@atheros.com>
Thu, 12 Feb 2009 04:36:54 +0000
(10:06 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 27 Feb 2009 19:51:45 +0000
(14:51 -0500)
The existing value was too conservative, causing
the history buffer not to be updated.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/calib.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath9k/calib.h
b/drivers/net/wireless/ath9k/calib.h
index
d2448f0
..
32589e0
100644
(file)
--- a/
drivers/net/wireless/ath9k/calib.h
+++ b/
drivers/net/wireless/ath9k/calib.h
@@
-27,7
+27,7
@@
extern const struct hal_percal_data adc_init_dc_cal;
#define AR_PHY_CCA_MAX_GOOD_VALUE -85
#define AR_PHY_CCA_MAX_HIGH_VALUE -62
-#define AR_PHY_CCA_MIN_BAD_VALUE -1
21
+#define AR_PHY_CCA_MIN_BAD_VALUE -1
40
#define AR_PHY_CCA_FILTERWINDOW_LENGTH_INIT 3
#define AR_PHY_CCA_FILTERWINDOW_LENGTH 5