summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan2009-05-15 15:29:22 +0200
committerJohn W. Linville2009-05-20 20:46:26 +0200
commit6b96f93e962e25d38d7a73c0009597672d87c496 (patch)
treeeb5bfd9d9ad14ec37c8846b50fe9a87e4133774a /drivers/net/wireless/ath/ath9k/ath9k.h
parentath9k: Remove unused parameters which are passed to ath_beacon_config_X() (diff)
downloadkernel-qcow2-linux-6b96f93e962e25d38d7a73c0009597672d87c496.tar.gz
kernel-qcow2-linux-6b96f93e962e25d38d7a73c0009597672d87c496.tar.xz
kernel-qcow2-linux-6b96f93e962e25d38d7a73c0009597672d87c496.zip
ath9k: cleanup beacon parameters configuration
This patch configures the beacon timers with beacon interval and beacon period passed through vif.bss_conf. Also cache the currecnt beacon configuration which will be used to configure the beacon timers when the driver triggers it after reset. Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index 34256621d417..bd2363f075cf 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -600,6 +600,7 @@ struct ath_softc {
struct ath9k_debug debug;
#endif
struct ath_bus_ops *bus_ops;
+ struct ath_beacon_config cur_beacon_conf;
};
struct ath_wiphy {