commit | e09f2dc73c5c4927cbc55d9c29bef4209c2d866d | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qualcomm.com> | Sun Sep 16 08:06:56 2012 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Sep 24 14:59:11 2012 -0400 |
tree | d7c64285178dcf6710f925aed881c7276bf3c1ba | |
parent | 362cd03fd828af38327fb448416c07a7c7a8e3cb [diff] [blame] |
ath9k: Add a module parameter to enable diversity Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index 6169fbd..4521342 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h
@@ -159,6 +159,7 @@ bool btcoex_enabled; bool disable_ani; + bool antenna_diversity; }; struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,