diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-11 23:30:59 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-10-14 19:39:59 +0200 |
commit | 7f329bbb3debf22c272b192d334058554c716d57 (patch) | |
tree | d13de62fb30baa836a4734ec07e7f450ceabb7f9 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | ath9k: move channel change code to ath_set_channel (diff) | |
download | linux-7f329bbb3debf22c272b192d334058554c716d57.tar.xz linux-7f329bbb3debf22c272b192d334058554c716d57.zip |
ath9k: remove sc->config.cabqReadyTime
It is not exposed as a configuration option anyway
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 83c045549db4..d03b85e57614 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -64,7 +64,6 @@ struct ath_node; struct ath_config { u16 txpowlimit; - u8 cabqReadytime; }; /*************************/ |