hi!

since it has been a long time since i sent patches, these go first to
ath5k-devel only for you to review.

i have discovered that on 5414 chipsets sometimes the performance is bad
because of wrong antenna diversity settings. it seems like the hardware does
not get diversity right some times when only one antenna is connected - it
sends out way too many frames on the wrong, disconnected antenna (as i noted
in patch 2).

also this prepares ath5k for antenna and diversity setting from userspace, for
now using a debugfs file. i will try to work on proper iw support for antenna
settings next.

greetings,
bruno

---

Bruno Randolf (3):
      ath5k: preserve antenna settings
      ath5k: use fixed antenna for tx descriptors
      ath5k: add antenna statistics and debugfs file for antenna settings


 drivers/net/wireless/ath/ath5k/attach.c |    1 
 drivers/net/wireless/ath/ath5k/base.c   |   13 +++-
 drivers/net/wireless/ath/ath5k/base.h   |    3 +
 drivers/net/wireless/ath/ath5k/debug.c  |  111 +++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath5k/debug.h  |    1 
 drivers/net/wireless/ath/ath5k/phy.c    |    5 +
 6 files changed, 131 insertions(+), 3 deletions(-)

-- 
Signature
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to