Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
ath9k: clarify what hw code is and remove ath9k.h from a few files
[linux-2.6.git]
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
hw.h
diff --git
a/drivers/net/wireless/ath/ath9k/hw.h
b/drivers/net/wireless/ath/ath9k/hw.h
index 35a3224b56feb7f0113c99767912c83e79720c79..874fb11cbac297230ae56191b209c7d7e4deac3a 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/hw.h
+++ b/
drivers/net/wireless/ath/ath9k/hw.h
@@
-53,6
+53,8
@@
#define ATH_AMPDU_LIMIT_MAX (64 * 1024 - 1)
+#define ATH_DEFAULT_NOISE_FLOOR -95
+
/* Register read/write primitives */
#define REG_WRITE(_ah, _reg, _val) \
ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg))