diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-12-07 21:43:10 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-12 13:48:24 -0500 |
commit | f6688cd8af6260ad4717ce45d2a614633fcf5540 (patch) | |
tree | afbb0d814677e485a973344171fe2a8be7c45fe9 /drivers/net/wireless/ath9k/core.h | |
parent | 817e11de2d3392041a70c80a6d5b353ad210f276 (diff) | |
download | kernel_goldelico_gta04-f6688cd8af6260ad4717ce45d2a614633fcf5540.zip kernel_goldelico_gta04-f6688cd8af6260ad4717ce45d2a614633fcf5540.tar.gz kernel_goldelico_gta04-f6688cd8af6260ad4717ce45d2a614633fcf5540.tar.bz2 |
ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIV
Slow Antenna Diversity has been removed, these are remnants
of the old code.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/core.h')
-rw-r--r-- | drivers/net/wireless/ath9k/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath9k/core.h b/drivers/net/wireless/ath9k/core.h index 9abdbd8..0e3c225 100644 --- a/drivers/net/wireless/ath9k/core.h +++ b/drivers/net/wireless/ath9k/core.h @@ -715,9 +715,6 @@ struct ath_softc { enum ath9k_ht_extprotspacing sc_ht_extprotspacing; enum ath9k_ht_macmode tx_chan_width; -#ifdef CONFIG_SLOW_ANT_DIV - struct ath_antdiv sc_antdiv; -#endif enum { OK, /* no change needed */ UPDATE, /* update pending */ |